Required Tools:
- Git: https://git-scm.com/
- NPM: https://nodejs.org/en/
- Gatsby: https://www.gatsbyjs.com/
-
Clone the Repository.
Use the git CLI to clone this repository
# clone this project's source git clone https://github.com/skyline-emu/website.git
-
Start developing.
Navigate into the site's directory and start it up.
cd website/ npm install --legacy-peer-deps gatsby develop
-
Open the code and start customizing!
Your site is now running at http://localhost:8000!
Edit
src/pages/index.js
to see your site update in real-time! -
Learn more