Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.43 KB

BUILDING.md

File metadata and controls

46 lines (28 loc) · 1.43 KB

🚀 Building Guide

Required Tools:

  1. 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
  2. Start developing.

    Navigate into the site's directory and start it up.

    cd website/
    npm install --legacy-peer-deps
    gatsby develop
  3. 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!

  4. Learn more