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

Uniform Page Builder built with NextJS, TypeScript and EditorJS

License

Notifications You must be signed in to change notification settings

Rethunk-Tech/next-ui-builder

Repository files navigation

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