Web3Privacy Now Website: https://web3privacy.info
Go to file
tree🌴 ffe62b6383
Create LICENSE
2024-02-09 21:16:39 +01:00
.github/workflows update workflows 2024-01-26 00:23:23 +01:00
.vscode initial commit 2023-11-13 03:03:34 +01:00
public updates 2023-12-20 23:14:44 +01:00
src upgrade to astro 4+ 2024-02-09 21:08:06 +01:00
utils add news repos to contribution count 2024-02-09 16:35:26 +01:00
.gitignore updates 2023-12-20 23:14:44 +01:00
LICENSE Create LICENSE 2024-02-09 21:16:39 +01:00
README.md Update README.md 2024-02-09 21:15:27 +01:00
astro.config.mjs updates 2023-12-20 23:14:44 +01:00
package-lock.json upgrade to astro 4+ 2024-02-09 21:08:06 +01:00
package.json version: 1.0.0 2024-02-09 21:09:57 +01:00
tailwind.config.mjs initial commit 2023-11-13 03:03:34 +01:00
tsconfig.json initial commit 2023-11-13 03:03:34 +01:00

README.md

Web3Privacy Now Website

Deploy to GitHub Pages Synchronize data

w3pn-website-screen

Used technologies

Development

Install

Requirements:

Clone repository and install:

git clone git@github.com:web3privacy/w3pn-website.git
npm install

Run local dev server

npm run dev

Build production

npm run build