Skip to content

novelrt/novelrt.github.io

Repository files navigation

NovelRT Web Page

NovelRT Mascot


 

🚀 Test and Develop the Website Locally


 

Before you begin, you'll need Git and Node installed on your local computer. Check out the Gatsby Setup Instructions for more information.

You'll also need to know how to run commands in a terminal. If you are using Visual Studio Code as your editor, you can use its integrated terminal for the following commands. Check out VS Code's documentation for more information


 

  1. Clone this repo.

    # Clone the repo
    git clone https://github.com/novelrt/novelrt.github.io
  2. Install.

    Navigate into your new site’s directory and install.

    # Install Gatsby
    cd novelrt.github.io
    npm install
  3. Start the Gatsby development server

    The server will run the site in the browser allowing you to see real-time changes to the code.

    # Run the Gatsby dev server
    npm run develop
  4. Open the code and start editing and testing

    The site is now running in the browser at http://localhost:8000
    
    Changes to files in the `src` folder will update in real-time as the files are edited and saved.
    


     

  5. Learn more about Gatsby