arpit01923 / website-welcome

The welcome page that a new member sees to understand what Real Dev Squad is all about

Home Page:https://welcome.realdevsquad.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better Uptime Badge

Welcome Site

https://welcome.realdevsquad.com/

Want to contribute or Learn how to?

Read about our Contributing Process: Here

Frequently Asked Questions

https://welcome.realdevsquad.com/faq

Help with Discord

https://welcome.realdevsquad.com/discord

Code of conduct at RDS

https://welcome.realdevsquad.com/code-of-conduct.html

Running the project

Scripts used in project

  • npm run check checks the formatting of all the files in the project. This script runs in a pre-commit hook. It will warn about the improper formatting present in the file.
  • npm run fix can be run for fixing the formatting before commiting your changes or to solve the formatting errors one may get while commiting the changes.

Note ⚠️: Please make sure to run npm run fix before committing your files. Otherwise if there are any formatting issues in your code, GitHub checks will fail on your PR (pull request). You will then have to run the fix script to fix those issues and push the formatted code again and now the checks should pass.

Note: If you get CORS error for API calls during development, please consider reading this documentation.

About

The welcome page that a new member sees to understand what Real Dev Squad is all about

https://welcome.realdevsquad.com/


Languages

Language:HTML 48.3%Language:CSS 30.0%Language:JavaScript 21.7%