An open API service indexing awesome lists of open source software.

https://github.com/brianprost/ec2-palm-reader


https://github.com/brianprost/ec2-palm-reader

Last synced: about 2 months ago
JSON representation

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`.