silphius/README.md

28 lines
292 B
Markdown
Raw Permalink Normal View History

2024-06-10 22:42:30 -05:00
# Silphius
2024-06-10 14:47:05 -05:00
2024-06-10 22:42:30 -05:00
All the world's a game!
2024-06-10 14:47:05 -05:00
## Development
Run the dev server:
```shellscript
npm run dev
```
## Deployment
First, build your app for production:
```sh
npm run build
```
Then run the app in production mode:
```sh
npm start
```
Now you'll need to pick a host to deploy it to.