Nijor is a modern frontend web framework that helps you to build websites with ease !
If you want to learn Nijor, see Docs.
If you want to contribute code, then contribute in the following repos :
-
@nijor/cli : It contains the code for the Nijor CLI which allows us to create boilerplate Nijor code, run a development server for our Nijor application and compile the Nijor code to browser readable HTML, CSS, JS code.
-
@nijor/core : It contains the code for the frontend JS files used by a Nijor website during runtime.
-
@nijor/rollup-plugin : It contains the code for the Nijor rollup plugin. The Nijor CLI uses Rollup with this plugin under the hood to compile the .nijor files to .js files.