This project is still under development, but feel free to install the project yourself.
Or check it out live at: http://mathiasharestad.no/
Run command npm install
Run command npm start
/ npm run start
Go to http://localhost:8080 in browser.
Go to http://localhost:1234 to access parcel server if running in dev mode
npm run start:dev
For troubleshooting, see "Troubleshooting" below.
npm run start:dev
.parcel-cache
directory.npm install
- perhaps also delete the node_modules
directory.dist
folder if changes are not appearing on page..idea
folder may also fix some issues.Use heroku logs --tail -a <Heroku app name>
to check heroku logs
heroku ps:scale web=1 -a <Heroku app name>
to scale dyno and fix error.heroku ps:restart web=1 -a <Heroku app name>
to restart dyno.In the project directory, you can run:
npm run start:dev
Runs the app in the development mode.\ Open http://localhost:1234 to view it in your browser.
This page will reload automatically when you make changes.\ You may also see any lint errors in the console.
npm start
Builds a packaged and optimized production build without parcel.\ Open http://localhost:8080 to view it in your browser.