web/README.md

31 lines
468 B
Markdown
Raw Normal View History

2023-11-13 03:03:34 +01:00
# Web3Privacy Now Website
2024-02-09 16:32:49 +01:00
<img width="1480" alt="w3pn-website-screen" src="https://github.com/web3privacy/web/assets/67269/fa80a3ce-ddd6-4a75-bbf1-e82c7cf68abd">
2023-11-13 03:03:34 +01:00
## Development
### Install
Requirements:
- [Node.js](https://nodejs.org/en)
- or [Bun](https://bun.sh/)
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
2024-02-09 16:32:49 +01:00
```