https://github.com/ohager/burst-verified-assets
https://github.com/ohager/burst-verified-assets
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ohager/burst-verified-assets
- Owner: ohager
- License: gpl-3.0
- Created: 2020-11-01T16:24:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-07T04:04:47.000Z (over 5 years ago)
- Last Synced: 2025-02-22T03:44:28.068Z (over 1 year ago)
- Language: Svelte
- Homepage: burst-verified-assets-git-main.ohager.vercel.app
- Size: 800 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Burst Verified Assets
TO DO
# Development
> Prerequisites: NodeJS V14 installed - it's recommended to use (Node Version Manager)[https://github.com/nvm-sh/nvm]
1. `npm i`
2. `cp .env.example .env` and eventually adjust the vars accordingly
3. `npm run dev` to run locally on your machine
## Build and start a deployable static site
> This will be relevant for deployment on platforms like Vercel, Fastify, Github Pages etc.
1. `npm run build`
- The static site is being available under __sapper__/build
2. `npm start`