Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.47 KB

README.md

File metadata and controls

61 lines (39 loc) · 1.47 KB

Gatsby

🚀 Quick start

  1. Clone the repo

    git clone https://github.com/gymnasium/gym-front-end.git
  2. Install Dependencies with npm or yarn

    npm

    npm install

    yarn

    yarn
  3. Run the app!

    Running just gatsby:

    yarn develop

    Running just storybook

    yarn storybook

    Run both at once!

    yarn storydev

🎓 Learning Gatsby

Looking for more guidance? Full documentation for Gatsby lives on the website. Here are some places to start:

  • For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.

  • To dive straight into code samples, head to our documentation. In particular, check out the Guides, API Reference, and Advanced Tutorials sections in the sidebar.

💫 Deploy

The site is deployed automatically to Netlify with every commit to master. Any open pull requests will create a separate deployment of their own which can be accessed via the netlify console.