Coder Social home page Coder Social logo

platform's Introduction

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

platform's People

Contributors

nizarabizaher avatar dpaulos6 avatar mezotv avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.