mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
Web3Privacy Now Website: https://web3privacy.info
0cfb8c6634
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.6 to 5.2.8. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.2.8/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github/workflows | ||
.vscode | ||
public | ||
src | ||
utils | ||
.gitignore | ||
astro.config.mjs | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
svelte.config.js | ||
tailwind.config.mjs | ||
tsconfig.json |
Web3Privacy Now Website
Deployments
Deployment | URL | Hosting |
---|---|---|
Production | web3privacy.info | GitHub Pages |
Production (mirror) | mirror.web3privacy.info | Vercel |
Production (IPFS) | TBA | TBA |
Beta (dev) | beta.web3privacy.info | Vercel |
Used technologies
- Web framework - Astro v4+
- CSS framework - Tailwind CSS v3+
- Date library - date-fns
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
License
MIT