react-live-chat-loader icon indicating copy to clipboard operation
react-live-chat-loader copied to clipboard

How do you start the app after cloning?

Open cmstroscio opened this issue 3 years ago • 2 comments

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 avatar May 04 '22 18:05 cmstroscio

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 avatar Jul 13 '22 05:07 benschwarz

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 https://github.com/calibreapp/react-live-chat-loader/issues/129#issuecomment-1182781167, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRRBJGO6B23QM433WJLXG3VTZHTLANCNFSM5VCYS2CQ . You are receiving this because you were mentioned.Message ID: @.***>

cmstroscio avatar Jul 16 '22 01:07 cmstroscio

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

robmorieson avatar Oct 20 '22 00:10 robmorieson