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
-
Clone this repo.
# Clone the repo git clone https://github.com/novelrt/novelrt.github.io
-
Install.
Navigate into your new site’s directory and install.
# Install Gatsby cd novelrt.github.io npm install
-
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
-
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.
-
Learn more about Gatsby