Skip to content

NKCxEIC-official/edunation-fe

Repository files navigation

EduNation

Steps to set up the repository:

1. Install Node.js

2. Run the following list of command in the terminal:

git clone https://github.com/NKCxEIC-official/edunation-fe.git

cd edunation-fe

npm install

npm start

Voila! EduNation-fe is running in http://localhost:3000!


Important points to contribute to the project:

  • Do not commit or push directly to the main branch.
  • Write meaningful commit messages.
  • Create a branch from the latest main branch with the meaningful name.
  • After you are done with development, push your code to that branch and raise a PR to the main branch.

Follow these steps for changing branches:

git pull

git checkout <branch-name>

Follow these steps to commit and push your code:

git add .

git commit -m "<your-commit-message-here>"

git push origin <working-branch> 

Minimal UI Library (Free version)

Releases

No releases published

Packages

No packages published

Contributors 7

Languages