No description
Find a file
2025-03-04 15:25:43 +01:00
.github/workflows WORKFLOW: Added CodeQL 2022-03-26 19:07:25 +01:00
public PROJ: Moved index.html 2022-03-20 01:21:38 +01:00
scripts PROJ: Updated gh-pages 2022-03-20 01:25:20 +01:00
src Fixed urls 2025-03-04 15:25:43 +01:00
.env.example PROJ: Added a example env file (.env) WITH DISABLE_SOURCEMAP enabled. 2021-12-17 17:56:56 +01:00
.gitignore 🙈 Excluded yarn.lock 2022-06-04 22:56:51 +02:00
Dockerfile Added nginx config with docker 2024-04-14 15:46:10 +02:00
index.html Removed "old docs" 2024-04-14 15:39:46 +02:00
LICENSE ✏️ Rebranding 2022-06-05 00:13:33 +02:00
nginx.conf Added nginx config with docker 2024-04-14 15:46:10 +02:00
package-lock.json Fixed 404 2025-02-19 06:03:17 +01:00
package.json Fixed urls 2025-03-04 15:25:43 +01:00
README.md ✏️ Rebranding 2022-06-05 00:13:33 +02:00

Lines of code GitHub code size in bytes

⚠️ 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 😉