https://github.com/firedancer-io/firedancer-frontend
https://github.com/firedancer-io/firedancer-frontend
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/firedancer-io/firedancer-frontend
- Owner: firedancer-io
- License: apache-2.0
- Created: 2024-08-22T21:32:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T23:20:14.000Z (9 months ago)
- Last Synced: 2025-04-08T00:25:12.519Z (9 months ago)
- Language: TypeScript
- Size: 764 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`