First, run the development server:
yarn run dev -p 9000Open http://localhost:9000 with your browser to see the result.
This respository utilizes the NextJS Boilerplate by Rethunk.Tech
Consider using Gitmoji in your commit messages.
Here are some we use:
| Code | Meaning | |
|---|---|---|
| 🐛 | :bug: |
Fix a bug |
| 💚 | :green_heart: |
Fix CI Build |
| 🚨 | :rotating_light: |
Fix linter warnings |
| ⚡ | :zap: |
Improve performance |
| ✨ | :sparkles: |
Introduce new feature |
| ♻️ | :recycle: |
Refactor code |
| 🔥 | :fire: |
Remove code or files |
| 🙈 | :see_no_evil: |
Update a .gitignore file |
| 👷 | :construction_worker: |
Update CI build system |
| 💡 | :bulb: |
Update comments in code |
| 📝 | :memo: |
Update documentation |
| ⬆️ | :arrow_up: |
Upgrade dependency |