Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 315 Bytes

File metadata and controls

15 lines (11 loc) · 315 Bytes

How to use

If your making this on your laptop or local PC use the command: (Once) npm install and npm run dev to start the site local only. Access it at http://localhost:3000/

If your deploying the site to a server di the following:

  1. Run "npm install"
  2. Run "npm run build"
  3. Run "npm run start"

Thats it