mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
Web3Privacy Now Website: https://web3privacy.info
4f103d1461
Bumps the npm_and_yarn group with 2 updates in the / directory: [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) and [micromatch](https://github.com/micromatch/micromatch). Updates `svelte` from 4.2.12 to 4.2.19 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.19/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.19/packages/svelte) Updates `micromatch` from 4.0.5 to 4.0.8 - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8) --- updated-dependencies: - dependency-name: svelte dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: micromatch dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github/workflows | ||
.vscode | ||
public | ||
src | ||
utils | ||
.gitignore | ||
astro.config.mjs | ||
deno.lock | ||
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