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 #10

Open
8 tasks
scott-coates opened this issue Dec 30, 2022 · 0 comments
Open
8 tasks

Run the app locally #10

scott-coates opened this issue Dec 30, 2022 · 0 comments
Milestone

Comments

@scott-coates
Copy link
Contributor

Description

Let's make sure you can run the app locally now. We will need to change our version of Node, install our app depdencies, 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
@scott-coates scott-coates added this to the Sprint 1 milestone Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant