Go to file
2024-07-02 18:01:50 -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: defer actions until connection entity exists 2024-07-02 18:01:50 -05:00
public fix: off-by-one 2024-07-02 18:01:31 -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 feat: real visible AABB 2024-07-02 12:00:12 -05:00
package.json feat: real visible AABB 2024-07-02 12:00:12 -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.