Go to file
2024-08-30 04:29:28 -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 feat: interpolation 2024-08-30 04:29:28 -05:00
public fun: animules 2024-08-05 22:56:59 -05:00
stories refactor: constants 2024-07-20 04:41:00 -05:00
.eslintrc.cjs refactor: item use 2024-06-27 11:06:58 -05:00
.gitignore refactor: data location 2024-07-20 05:10:20 -05:00
package-lock.json refactor: particles 2024-07-30 09:56:53 -05:00
package.json refactor: particles 2024-07-30 09:56:53 -05:00
README.md flow: up to date 2024-06-10 22:45:09 -05:00
server.js fix: server logic 2024-07-24 02:23:12 -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.