Planet-NULLCAST / curriculum

Free curriculum platform - for devs who like to learn web development!
https://nullcast.dev
22 stars 35 forks source link
course curriculum development hacktoberfest web

The project is in development now and is open for contributions

Design

Figma code-editor

How to run

  1. yarn install
  2. yarn dev

🙌 Contributing to Curriculum

From opening a bug report to creating a pull request: every contribution is appreciated and welcomed. If you're planning to implement a new feature or change the API please create an issue first. This way we can ensure your work is not in vain.

Where to add content and how it works?

There is a website readme file which lists out how the curriculum is structured and which files need to be updated for adding content

Steps for contributing

Switch to development branch before start working as it has the latest code

  1. Create or pick an issue from the issues
  2. If adding a new feature create an issue with lots of details to support. You can even start a discussion here to gain upvotes or ask for improvising the idea.
  3. For a member create a branch and send PR
  4. The contributions guide is generally forking and pull request for outside collaborators

Happy hacking

Commit mesage

type: title

Why this is necessary, how it is done

fixes issue #number

for example

Feat: Create new post

New post can be created using the + button. Api /post/create is used. The store integration is with react-redux. Modal uses ABCD package.

fixes issue #223