/next-ui-builder

Uniform Page Builder built with NextJS, TypeScript and EditorJS

Primary LanguageTypeScriptOtherNOASSERTION

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