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
As a contributor I need clear install instructions So that I can easily bootstrap the project to develop on my local machine
Details and Assumptions
Standard NextJS installation
The only tricky part could be running the patch-package script, not sure if it's ran by default after installing modules.
Create .env file and add REACT_APP_THE_GRAPH_KEY
Acceptance Criteria
Given a new user/developer wants to install and run Otomee locally from source
When following the Installation instructions of the readme
Then after finishing the last step, running npm start should successfully run Otomee ready to use.
The text was updated successfully, but these errors were encountered:
As a contributor
I need clear install instructions
So that I can easily bootstrap the project to develop on my local machine
Details and Assumptions
Acceptance Criteria
The text was updated successfully, but these errors were encountered: