Go to file
2024-09-29 01:52:35 -05:00
.storybook flow: up to date 2024-06-10 22:45:09 -05:00
.vscode chore: dev tools 2024-06-21 22:24:58 -05:00
app refactor: mergeDiff API 2024-09-29 01:52:35 -05:00
public refactor: resources 2024-09-17 01:25:39 -05:00
resources fix: atomic tomatoes 2024-09-28 10:26:20 -05:00
stories feat: shop 2024-09-27 07:45:13 -05:00
.eslintrc.cjs refactor: gen 2024-09-19 21:35:02 -05:00
.gitignore refactor: data location 2024-07-20 05:10:20 -05:00
package-lock.json chore: dep 2024-09-10 23:08:43 -05:00
package.json chore: dep 2024-09-10 23:08:43 -05:00
README.md flow: up to date 2024-06-10 22:45:09 -05:00
server.js fix: HMR 2024-09-18 01:32:39 -05:00
vite.config.js fix: production build 2024-07-21 11:04:18 -05:00

Silphius

All the world's a game!

Development

Run the dev server:

npm run dev

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start

Now you'll need to pick a host to deploy it to.