You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download from Github then go into the main folder and input npm install && npm run build
then input node sapper/build to active port 3000. Then in your web browser go to http://localhost:3000/
Every time you run pattern monster you will need to run node sapper/build first, so you might want to consider making a bash script that does it on startup on your system.
The text was updated successfully, but these errors were encountered:
Download from Github then go into the main folder and input
npm install && npm run build
then input node sapper/build to active port 3000. Then in your web browser go to http://localhost:3000/
Every time you run pattern monster you will need to run node sapper/build first, so you might want to consider making a bash script that does it on startup on your system.
The text was updated successfully, but these errors were encountered: