Web3Privacy Now Website: https://web3privacy.info
Go to file
tree🌴 7b8e6f9230 update workflows 2024-01-26 00:23:23 +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 highlight summits and hackathons 2024-01-26 00:17:22 +01:00
utils github-actions is not a contributor 2024-01-26 00:20:08 +01:00
.gitignore updates 2023-12-20 23:14:44 +01:00
README.md initial commit 2023-11-13 03:03:34 +01:00
astro.config.mjs updates 2023-12-20 23:14:44 +01:00
package-lock.json add place info at events 2024-01-25 23:28:29 +01:00
package.json add place info at events 2024-01-25 23:28:29 +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