Go to file
2024-10-21 02:36:41 -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 refactor: entity $$extends 2024-10-21 02:36:41 -05:00
public refactor: resources 2024-09-17 01:25:39 -05:00
resources feat: isCollidinig 2024-10-21 02:36:11 -05:00
stories feat: shop 2024-09-27 07:45:13 -05:00
.eslintrc.cjs refactor!: scrips n tickers 2024-10-18 00:37:31 -05:00
.gitignore refactor: data location 2024-07-20 05:10:20 -05:00
package-lock.json refactor!: scrips n tickers 2024-10-18 00:37:31 -05:00
package.json refactor!: scrips n tickers 2024-10-18 00:37:31 -05:00
README.md flow: up to date 2024-06-10 22:45:09 -05:00
server.js fix: HMR 2024-09-18 01:32:39 -05:00
vite.config.js refactor: json extends, projectile 2024-10-19 11:43:32 -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.