juicebox-interface-svelte
https://juicebox.wtf
Installation and Development
- If you intend to contribute; create a fork of this repository.
- Clone this repository, or your fork, and navigate to the root directory.
- Create a
.env
file in the root directory which mirrors the .env.sample
file by inserting your firebase environment variables.
- Install project dependencies and run the development server.
npm install && npm run dev
Building
npm install && npm run build