Skip to content

RiyaJ2311/opencode20-destination-portal

 
 

Repository files navigation

opencode20-destination-portal

prerequisites

  • basic html,CSS,Javascript
  • Nodejs(basic)

Installation steps

  1. forking and cloning repo on your linux/ubuntu (-- for windows prefer an IDE or online platform/IDE)
  2. Installing dependencies
    • nodejs,npm
  3. Run command sudo apt install nodejs
  4. Run command sudo apt install npm
  5. deploying steps:
    • write node app.js (this will start node server and host webpage locally ie localhost)
    • to view the webpage on browser:
    • go to mozilla and type URL http://localhost:1112
  6. Now you are ready to go to start contributing in the project
  7. NOTE
  • css/ejs/js files are in views directory
  • Always sync your fork before working on a new issue

Guidelines

Please help us follow the best practice to make it easy for the reviewer as well as the contributor. We want to focus on the code quality more than on managing pull request ethics.

  1. People before code: If any of the following rules are violated, the pull-requests must not be rejected. This is to create an easy and joyful onboarding process for new programmers and first-time contributors.
  2. Single commit per pull request and name the commit as something meaningful, example: Adding <-your-name-> in students/mentors section.
  3. Reference the issue numbers in the commit message if it resolves an open issue. Follow the pattern Fixes #
  4. Make a note to add relevent Screen Shots when you make a PR.
  5. Pull Request older than 3 days with no response from the contributor shall be marked closed.
  6. Do not make PR which is not related to any issues. You can create an issue and solve it once we approve them.
  7. Avoid duplicate PRs, if need be comment on the older PR with the PR number of the follow-up (new PR) and close the obsolete PR yourself.
  8. Be polite: Be polite to other community members.
  9. PR template should be strictly followed, else the points won't be reflected on the leaderboard.

Happy coding.

About

repository for opencode2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 87.3%
  • JavaScript 12.7%