Go to file
2024-11-04 11:37:57 -06: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: silphius app structure 2024-11-04 11:37:57 -06:00
public refactor: resources 2024-09-17 01:25:39 -05:00
resources refactor util -> lib 2024-11-04 11:28:37 -06:00
stories refactor util -> lib 2024-11-04 11:28:37 -06:00
.eslintrc.cjs fix: lint WeakRef 2024-10-21 08:01:35 -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 refactor: silphius app structure 2024-11-04 11:37:57 -06: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.