Go west and navigate the barren American wasteland of Project 2025
Please read the current state of The Idea for more information.
You'll need to install the Active release of NodeJs as well as Yarn.
- Installing dependencies
yarn install
- Starting th dev server
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version:
npm run build
You can preview the production build with npm run preview
.