https://github.com/serv/jasonkim.ca
https://github.com/serv/jasonkim.ca
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/serv/jasonkim.ca
- Owner: serv
- Created: 2020-07-29T06:47:11.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2025-06-18T17:35:03.000Z (about 1 year ago)
- Last Synced: 2025-12-28T14:39:48.984Z (6 months ago)
- Language: HTML
- Size: 8.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
## Deployment
- `yarn run build`: creates build
- `yarn run deploy`: deploys the *code* to [github repo only](https://github.com/serv/jasonkim.ca)
- Copy the content of `./out` directory into AWS S3 `jasonkim.ca` bucket.
- No need to copy over `./out/_next` directory