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

https://github.com/cmpadden/cmpadden.github.io


https://github.com/cmpadden/cmpadden.github.io

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# cmpadden.github.io

## Setup

Make sure to install the dependencies:

```bash
pnpm install --shamefully-hoist
```

## Development Server

Start the development server on http://localhost:3000

```bash
pnpm run dev
```

## Production

Generate the static website

```bash
pnpm generate
```

## References

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.

Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.