Skip to content

osbornnick/qd-staging

Repository files navigation

Installation instructions

  1. clone this repository onto your computer
  2. navigate to the root folder of the cloned repository
  3. run the following command: npm i
    1. this requires that node.js and npm be installed! you can read about how to do that here
  4. You can now compile and run the code, do so with these commands:
    1. npm run dev to compile for a development environment
    2. npm run prod to compile for a production environment
    3. npm run start to run your most recently compiled code, hosted at localhost:4000.

Development

  1. make small changes to the code
  2. compile the code (npm run dev)
  3. run the code and test your change visible at localhost:4000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published