Go to file
2024-11-05 18:09:14 -06:00
.storybook chore: synchronize with flecks-vite 2024-11-04 12:39:06 -06:00
.vscode chore: synchronize with flecks-vite 2024-11-04 12:39:06 -06:00
app fix: destruction dependency 2024-11-05 18:09:14 -06:00
public refactor: resources 2024-09-17 01:25:39 -05:00
resources refactor util -> lib 2024-11-04 11:28:37 -06:00
.eslintrc.cjs fix: websocket 2024-11-04 16:27:31 -06:00
.gitignore chore: synchronize with flecks-vite 2024-11-04 12:39:06 -06:00
environment.server.js chore: synchronize with flecks-vite 2024-11-04 12:39:06 -06:00
package-lock.json chore: synchronize with flecks-vite 2024-11-04 12:39:06 -06:00
package.json chore: synchronize with flecks-vite 2024-11-04 12:39:06 -06:00
postcss.config.js chore: synchronize with flecks-vite 2024-11-04 12:39:06 -06:00
README.md flow: up to date 2024-06-10 22:45:09 -05:00
server.js chore: synchronize with flecks-vite 2024-11-04 12:39:06 -06:00
sylvite.config.js chore: disable cors for now 2024-11-04 22:12:16 -06:00
tailwind.config.js chore: synchronize with flecks-vite 2024-11-04 12:39:06 -06:00
vite.config.js chore: synchronize with flecks-vite 2024-11-04 12:39:06 -06:00
vitest.workspace.js chore: synchronize with flecks-vite 2024-11-04 12:39:06 -06: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.