mezotv / platform

Home Page:https://codep.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nizzyabi.com

Nizzyabi.com is a Programming Course Platform for self-taught developers who want to improve their web development skills.

Getting Started

These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

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.

Installing

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/

Running the tests

These steps ensure you are doing everything correctly and stay within structure.

Style test

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

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU General Public License Version 3 - see the LICENSE.md file for details.

Acknowledgments

  • dpaulos6 - Styling and project cleanup, README writer
  • mezotv - Repository setup, Folder structure cleanup

About

https://codep.vercel.app

License:GNU General Public License v3.0


Languages

Language:TypeScript 98.2%Language:CSS 1.1%Language:JavaScript 0.7%