Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

How to build and run the site locally? #290

Answered by EliteMasterEric
SScanry asked this question in Q&A
Discussion options

You must be logged in to vote

To run the site locally:

  1. Download the site, obviously.
  2. Download NodeJS, a JavaScript runtime.
  3. Navigate to the project directory, or open it in VSCode.
  4. Open a terminal (in VSCode this is done with CTRL-SHIFT-` (the tilde key below the ESC)
  5. Run npm install. This should install all the project dependencies into the ./node_modules folder.
  6. Run npm run start:dev. This should launch the site in development mode, accessible at https://localhost:3000.

If you want to build the site for production, run npm run build and the artifacts will be in the ./build folder.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@SatyamSSJ10
Comment options

@SatyamSSJ10
Comment options

@EliteMasterEric
Comment options

Answer selected by EliteMasterEric
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants