How to start development
🚀 Quick start
-
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
-
Start developing.
Navigate into your new site’s directory and start it up.
cd Spotifier/ 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