No description
| .github/workflows | ||
| public | ||
| scripts | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| Dockerfile | ||
| index.html | ||
| LICENSE | ||
| nginx.conf | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
⚠️ The main branch is stable, for development, go on the devel branch.
ModularKit-Web - The Official ProjectPage for ModularKit !
Contributing and Building :
For contributing, you need to :
- Fork the project
- Install NodeJS
- Install a good text editor (eg. Sublime Text, VSCode or WebStorm, not MSNotepad xD)
- Time and patience !
For building :
npm install && npm run build
For testing :
npm install && npm run start
Enjoy 😉