How do you start the app after cloning?
cmstroscio opened this issue · 3 comments
cmstroscio commented
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.
benschwarz commented
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!
cmstroscio commented
Thank you,
Marshall
…On Wed, Jul 13, 2022 at 1:27 AM Ben Schwarz ***@***.***> wrote:
Hey @cmstroscio <https://github.com/cmstroscio>, apologies for the delay
in getting back to you.
The demo website <https://react-live-chat-loader.now.sh/> 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!
—
Reply to this email directly, view it on GitHub
<#129 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABRRBJGO6B23QM433WJLXG3VTZHTLANCNFSM5VCYS2CQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
robmorieson commented
Steps on launching the demo website have been added to the README. Thanks for bringing this gap in our docs to our attention, @cmstroscio 📝