Getting Started
๐ฆ Installingโ
These instructions will get you a copy of the latest version of bifrost on your local machine.
Prerequisitesโ
- Install fnm (node version manager)
- Node 20+
fnm install lts/hydrogen && fnm use lts/hydrogen
- Pnpm (
corepack enable && corepack prepare pnpm@7.13.4 --activate
)
Installingโ
Install the starter:
pnpm create bifrost-app
You're done! ๐
๐โRunning the generated projectโ
Follow the README
of the generated project. ๐