Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjamincharity/shakerdiy
https://github.com/benjamincharity/shakerdiy
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjamincharity/shakerdiy
- Owner: benjamincharity
- Created: 2024-08-03T05:28:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T21:11:02.000Z (3 months ago)
- Last Synced: 2024-08-05T06:36:34.278Z (3 months ago)
- Language: JavaScript
- Homepage: https://shakerdiy.vercel.app
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShakerDIY
TODO
- filter by:
- ingredients
- glass type
- sort by:
- alphabetical
- created at
- updated at
- group by
- card color
- glass type- 📖 [Remix docs](https://remix.run/docs)
## 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.
### DIY
If you're familiar with deploying Node applications, the built-in Remix app server is production-ready.
Make sure to deploy the output of `npm run build`
- `build/server`
- `build/client`## Styling
This template comes with [Tailwind CSS](https://tailwindcss.com/) already configured for a simple default starting experience. You can use whatever css framework you prefer. See the [Vite docs on css](https://vitejs.dev/guide/features.html#css) for more information.