https://github.com/haochuan/chord-workshop
https://github.com/haochuan/chord-workshop
chord fun music nextjs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/haochuan/chord-workshop
- Owner: haochuan
- Created: 2020-02-02T02:08:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:24:04.000Z (almost 3 years ago)
- Last Synced: 2023-08-02T04:42:31.422Z (about 2 years ago)
- Topics: chord, fun, music, nextjs
- Language: JavaScript
- Homepage: https://chord-workshop.haochuan.xyz/
- Size: 1.73 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Next.js Example
This directory is a brief example of a [Next.js](https://nextjs.org) app that can be deployed with ZEIT Now and zero configuration.
## Deploy Your Own
Deploy your own Next.js project with ZEIT Now.
[](https://zeit.co/new/project?template=https://github.com/zeit/now/tree/master/examples/nextjs)
_Live Example: https://nextjs.now-examples.now.sh_
### How We Created This Example
To get started with Next.js deployed with ZEIT Now, you can use [npm create](https://www.npmjs.com/package/create-next-app) to initialize the project:
```shell
$ npm create next-app my-app
```### Deploying From Your Terminal
You can deploy your new Next.js project with a single command from your terminal using [Now CLI](https://zeit.co/download):
```shell
$ now
```