interference2024/README.md
2024-10-11 20:23:22 +02:00

442 B

To run this app locally:

  • clone this repository
  • navigate into the folder of the repository on the command line
  • run npm install
  • run npm run dev

The command line log will give you a url to run the app locally in your browser.

Building

To create a production version of your app:

npm run build

The files of the built app will be in the build folder. You can preview the production build with npm run preview.