https://github.com/brianprost/ec2-palm-reader
https://github.com/brianprost/ec2-palm-reader
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brianprost/ec2-palm-reader
- Owner: brianprost
- Created: 2024-01-06T22:02:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T17:54:18.000Z (about 2 years ago)
- Last Synced: 2025-03-08T00:53:58.556Z (over 1 year ago)
- Language: Svelte
- Homepage: https://ec2-palm-reader.vercel.app
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ec2-palm-reader
It was just on my bucket list, okay?
Made by: [Brian Prost](https://github.com/brianprost)
## Developing
Once you've created a project and installed dependencies with `pnpm install` (or `ppnpm install` or `yarn`), start a development server:
```bash
pnpm run dev
# or start the server and open the app in a new browser tab
pnpm run dev -- --open
```
## Building
To create a production version of your app:
```bash
pnpm run build
```
You can preview the production build with `pnpm run preview`.