Go to file
2024-07-14 02:26:43 -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 fun: chat 2024-07-14 02:26:43 -05:00
public fun: font 2024-07-13 17:08:03 -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 chore: ignore 2024-06-29 09:53:14 -05:00
package-lock.json fun: dialog++ 2024-07-13 03:02:55 -05:00
package.json fun: dialog++ 2024-07-13 03:02:55 -05:00
README.md flow: up to date 2024-06-10 22:45:09 -05:00
server.js feat: insecure HTTP 2024-06-29 06:28:27 -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.