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
You'll need to supply your own tokens for your particular configuration.
21
+
You can copy and edit `config.js.example` to use as your own `config.js`.
22
+
23
+
## Build for development
24
+
Run `npm run dev` to start a development server running locally at `localhost:8000`
25
+
26
+
## Build for production
27
+
Run `npm run build` to make a production build. The built resources are saved in `dist/` folder; ready to be hosted along with the static assets in the `public` folder.
0 commit comments