Skip to content

novelrt/novelrt.github.io

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

NovelRT's Website (WIP)

Resources

License

Stars

Watchers

Forks