/Spotifier

Primary LanguageJavaScript

Gatsby

How to start development

🚀 Quick start

  1. Start up the Spotifier Site

    Use the Gatsby CLI to create a new site, specifying the minimal starter.

    # Install Gatsby CLI (Required to Run Development Server)
    npm install -g gatsby-cli
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd Spotifier/
    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

Deploy to Gatsby Cloud