Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (29 loc) · 1.54 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.54 KB

Next UI Builder

CodeQL Analysis Workflow Status Cypress Workflow Status License

Getting Started

First, run the development server:

yarn run dev -p 9000

Open http://localhost:9000 with your browser to see the result.

Learn More

This respository utilizes the NextJS Boilerplate by Rethunk.Tech

Contributing

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