Web3Privacy Now Website: https://web3privacy.info
Go to file
tree🌴 402c26e8f9 initial commit 2023-11-13 03:03:34 +01:00
.github/workflows initial commit 2023-11-13 03:03:34 +01:00
.vscode initial commit 2023-11-13 03:03:34 +01:00
public initial commit 2023-11-13 03:03:34 +01:00
src initial commit 2023-11-13 03:03:34 +01:00
utils initial commit 2023-11-13 03:03:34 +01:00
.gitignore initial commit 2023-11-13 03:03:34 +01:00
README.md initial commit 2023-11-13 03:03:34 +01:00
astro.config.mjs initial commit 2023-11-13 03:03:34 +01:00
package-lock.json initial commit 2023-11-13 03:03:34 +01:00
package.json initial commit 2023-11-13 03:03:34 +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

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