mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
52 lines
1.4 KiB
Markdown
52 lines
1.4 KiB
Markdown
# Web3Privacy Now Website
|
|
|
|
[![Deploy to GitHub Pages](https://github.com/web3privacy/web/actions/workflows/deploy.yml/badge.svg)](https://github.com/web3privacy/web/actions/workflows/deploy.yml) [![Synchronize data](https://github.com/web3privacy/web/actions/workflows/sync.yml/badge.svg)](https://github.com/web3privacy/web/actions/workflows/sync.yml)
|
|
|
|
|
|
<a href="https://web3privacy.info"><img width="50%" alt="w3pn-website-screen" src="https://github.com/web3privacy/web/assets/67269/fa80a3ce-ddd6-4a75-bbf1-e82c7cf68abd"></a>
|
|
|
|
## Deployments
|
|
|
|
| Deployment | URL | Hosting |
|
|
| --- | --- | --- |
|
|
| Production | [web3privacy.info](https://web3privacy.info) | GitHub Pages |
|
|
| Production (mirror) | [mirror.web3privacy.info](https://mirror.web3privacy.info) | Vercel |
|
|
| Production (IPFS) | TBA | TBA |
|
|
| Beta (dev) | [beta.web3privacy.info](https://beta.web3privacy.info) | Vercel |
|
|
|
|
## Used technologies
|
|
|
|
* Web framework - [Astro](https://astro.build/) v4+
|
|
* CSS framework - [Tailwind CSS](https://tailwindcss.com/) v3+
|
|
* Date library - [date-fns](https://date-fns.org/)
|
|
|
|
## 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
|
|
```
|
|
|
|
## License
|
|
|
|
MIT
|