Go to file
2024-06-25 06:19:57 -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 feat: Position.tile 2024-06-25 06:19:57 -05:00
public feat: tools & targeting 2024-06-25 03:18:03 -05:00
stories chore: storybook 2024-06-24 05:00:24 -05:00
.eslintrc.cjs chore: lint 2024-06-25 05:28:41 -05:00
.gitignore feat: initial swcx 2024-06-17 05:20:01 -05:00
package-lock.json refactor: acorn 2024-06-22 10:47:17 -05:00
package.json refactor: acorn 2024-06-22 10:47:17 -05:00
README.md flow: up to date 2024-06-10 22:45:09 -05:00
server.js refactor: acorn 2024-06-22 10:47:17 -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.