https://github.com/cmpadden/cmpadden.github.io
https://github.com/cmpadden/cmpadden.github.io
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cmpadden/cmpadden.github.io
- Owner: cmpadden
- Created: 2020-06-15T18:04:05.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2026-02-05T21:30:47.000Z (5 months ago)
- Last Synced: 2026-02-06T04:58:14.432Z (5 months ago)
- Language: Vue
- Homepage: https://cmpadden.github.io/
- Size: 59.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.