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
Just tested out the dashboard and got it running. Having little to no experience with JS tools ecosystem, it took me a bit of time to figure out I needed to:
set the NEXT_PUBLIC_APIKEY environment variable
run next build
run next start
For newbies like me it would be useful to have step by step command line instructions to go from a fresh git clone to the dashboard running in the browser.
The text was updated successfully, but these errors were encountered:
Just tested out the dashboard and got it running. Having little to no experience with JS tools ecosystem, it took me a bit of time to figure out I needed to:
NEXT_PUBLIC_APIKEY
environment variablenext build
next start
For newbies like me it would be useful to have step by step command line instructions to go from a fresh git clone to the dashboard running in the browser.
The text was updated successfully, but these errors were encountered: