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

https://github.com/firedancer-io/firedancer-frontend


https://github.com/firedancer-io/firedancer-frontend

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

## Prerequisites

- Node 20+

## Install

- `sudo npm install -g npm@10.8.2`
- `curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash`
- `nvm install 22 && nvm use 22`

# Running locally

- Run `cp .env.example .env.local`
- Run `npm run dev`

## Build

- Run `npm ci`
- Run `npm run build`
- Serve static assets in `./dist` with preferred tool. Ex. `npx run serve`