An open API service indexing awesome lists of open source software.

https://github.com/ohager/burst-verified-assets


https://github.com/ohager/burst-verified-assets

Last synced: about 1 month ago
JSON representation

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`