Go to file
2024-06-29 06:28:03 -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 fix: remote host 2024-06-28 18:30:07 -05:00
public feat: water 2024-06-28 16:38:49 -05:00
stories fix: storybook 2024-06-29 06:28:03 -05:00
.eslintrc.cjs refactor: item use 2024-06-27 11:06:58 -05:00
.gitignore feat: initial swcx 2024-06-17 05:20:01 -05:00
package-lock.json feat: emitter 2024-06-26 04:18:46 -05:00
package.json dev: CA 2024-06-27 07:37:01 -05:00
README.md flow: up to date 2024-06-10 22:45:09 -05:00
server.js fix: SSR 2024-06-28 18:28:25 -05:00
vite.config.js feat: tiles 2024-06-11 15:08:55 -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.