https://github.com/itsjonq/jonquach
🦄 Q: My personal site
https://github.com/itsjonq/jonquach
Last synced: 4 months ago
JSON representation
🦄 Q: My personal site
- Host: GitHub
- URL: https://github.com/itsjonq/jonquach
- Owner: ItsJonQ
- Created: 2016-01-27T02:08:08.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T02:29:01.000Z (over 3 years ago)
- Last Synced: 2025-03-24T09:38:31.586Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://jonquach.com/
- Size: 15.4 MB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Q
> Personal site for Jon Q
## Setup
This project is powered by [Next.js](https://nextjs.org/). To get started, install the dependencies by running:
```
yarn
```
## Development
When you've downloaded all the dependencies, run:
```
yarn start
```
The local development website will be available at [http://localhost:5001/](http://localhost:5001/).
## Deploying
This project is deployed via [Vercel](https://vercel.com/). Any pushes to the `master` branch will automatically trigger a build and deploy.