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

How do you start the app after cloning? #129

Closed
cmstroscio opened this issue May 4, 2022 · 3 comments
Closed

How do you start the app after cloning? #129

cmstroscio opened this issue May 4, 2022 · 3 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@cmstroscio
Copy link

Trying to start a server to see the app in action. I've cloned it and and npm installed. I don't see a script for how to start the app.

@cmstroscio cmstroscio added the enhancement New feature or request label May 4, 2022
@benschwarz
Copy link
Member

Hey @cmstroscio, apologies for the delay in getting back to you.

The demo website is a next.js site. It resides in the website directory of this repository. As you'll see from the package.json file within that directory, there's three tasks you can run:

  • npm run dev (run a local server on port 5000)
  • npm run build (run next build)
  • npm run start (run next start)

I'll leave this issue open as a reminder to document this in the project README. Thanks for asking!

@benschwarz benschwarz added the documentation Improvements or additions to documentation label Jul 13, 2022
@cmstroscio
Copy link
Author

cmstroscio commented Jul 16, 2022 via email

@robmorieson
Copy link
Contributor

Steps on launching the demo website have been added to the README. Thanks for bringing this gap in our docs to our attention, @cmstroscio 📝

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Development

No branches or pull requests

3 participants