Nizzyabi.com is a Programming Course Platform for self-taught developers who want to improve their web development skills.
These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.
Requirements for the software and other tools to build, test, and push
- NPM (or any other package manager)
Note: In case you use another package manager, research the equivalent commands for your package manager.
A step-by-step series of examples that tell you how to get a development environment running
Installing modules and dependencies:
npm install --save-dev
Running the local development server
npm run dev
You should now be able to see the project up and running at http://localhost:3000/
These steps ensure you are doing everything correctly and stay within structure.
Check if the best practices and the right coding format have been used:
npm run check
or
npx prettier . --check
If the command before succeeds, you should see something similar to this:
Checking formatting...
All matched files use Prettier code style!
If that is not the case, you can adjust your code to match the project's code format. For that simply run:
npm run format
or
npx prettier . --write
- Contributor Covenant - Used for the Code of Conduct
- GNU - Used to choose the license
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Nizar Abi - Project owner - NizarAbiZaher
See also the list of contributors who participated in this project.
This project is licensed under the GNU General Public License Version 3 - see the LICENSE.md file for details.