Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 642 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 642 Bytes

Project 2025 Trail

Go west and navigate the barren American wasteland of Project 2025

Please read the current state of The Idea for more information.

Developing

You'll need to install the Active release of NodeJs as well as Yarn.

  1. Installing dependencies

yarn install

  1. Starting th dev server
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version:

npm run build

You can preview the production build with npm run preview.