Every contribution is welcome to this open source project. However, before submitting your contribution, be sure to take a moment and read the following guidelines.
Take a look at :
- How to Contribute to Open Source{:target="_blank"}
- How to Contribute to an Open Source Project on GitHub{:target="_blank"}
- Check our Github Issues{:target="_blank"} to see if someone has already answered your question.
- Join our community on Discord{:target="_blank"} and feel free to ask everything you want.
- Code Editor
- NodeJS
- Tailwind Fold{:target="_blank"}
- Tailwind CSS IntelliSense{:target="_blank"}
- The
main
branch is basically a snapshot of the latest stable version. All development must be done in dedicated branches.
-
Fork of this repository and clone your fork
-
Create a new branch out of the
main
branch. -
Make and commit your changes following the commit convention.
After cloning the repository, execute the following commands in the root folder:
- Install dependencies
Make sure to install the dependencies:
npm install
- Development Server
Start the development server on http://localhost:5173/
npm run dev