-
Run
npm installto install all dependencies. -
To start the development server, run (not sure ive set this up yet):
npm run dev -
To build the app for production, run:
npm run build -
If you want to deploy to GitHub Pages, make sure
gh-pagesis installed and configured in yourpackage.json. Then run:npm run deploy
This will build and deploy your app to GitHub Pages at:
https://wd7512.github.io/home/
If you get an error running npm run deploy, try running:
npm run
to list all available scripts and verify "deploy" is present.
If it’s missing, double-check you saved the edited package.json and are in the correct project folder.