Go to file
2024-06-12 23:17:24 -05:00
.storybook flow: up to date 2024-06-10 22:45:09 -05:00
.vscode flow: up to date 2024-06-10 22:45:09 -05:00
app refactor: websocket server 2024-06-12 23:17:24 -05:00
public feat: animation control 2024-06-12 19:35:51 -05:00
stories refactor: object vectors 2024-06-11 02:26:41 -05:00
.eslintrc.cjs refactor: websocket server 2024-06-12 23:17:24 -05:00
.gitignore Initial commit from create-remix 2024-06-10 14:47:05 -05:00
package-lock.json feat: tiles 2024-06-11 15:08:55 -05:00
package.json feat: tiles 2024-06-11 15:08:55 -05:00
README.md flow: up to date 2024-06-10 22:45:09 -05:00
server.js refactor: websocket server 2024-06-12 23:17:24 -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.