Skip to content

Run Norepted Locally with Terminal

weaf edited this page Oct 8, 2023 · 4 revisions

Running Locally using Terminal

If any of the sites are blocked, then use this method of running Norepted.

  1. Create a codespace with Norepted
    a. Click on the green "Code" drop down button
    b. Click on codespaces and create codespaces on master
  2. Enter the following commands in the terminal (Ctrl+Shift+V to paste the command in terminal)
    a. git clone https://github.com/wea-f/Norepted.git
    b. npx http-server
    c. y to install the package to run the server
  3. Go to the "PORTS" tab and you can open your site!

    If the site doesn't work or stops working, redo the steps.
Clone this wiki locally