Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 359 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 359 Bytes

Getting started

npm run dev

Open http://localhost:3000 with your favorite browser to see your project. For your information, Next JS need to take some time to compile the project for your first time.

Deploy

git pull origin stable
git commit -am "..."
git push origin stable

The push to Netlify is triggered by GitHub Actions.