Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run the app locally #12

Open
5 of 8 tasks
scott-coates opened this issue Jan 26, 2023 · 0 comments
Open
5 of 8 tasks

Run the app locally #12

scott-coates opened this issue Jan 26, 2023 · 0 comments

Comments

@scott-coates
Copy link
Contributor

scott-coates commented Jan 26, 2023

Description

Let's make sure you can run the app locally now. We will need to change our version of Node, install our app dependencies, and grab the Spotify Client ID.

Requirements

  • Install Node.js ^16.10.
  • We are using "yarn" instead of "npm" in this project. To install yarn, run: npm install -g yarn.
  • Install the dependencies, run: yarn install.
  • Get your Client ID credentials from Spotify https://developer.spotify.com/dashboard/applications.
  • Make a copy of .env.local.example and rename it to .env.local. Paste in your Spotify Client ID.
  • Boot the local server, run yarn start. Make sure you can see this page at http://localhost:3000.
    image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant