Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.55 KB

File metadata and controls

33 lines (22 loc) · 1.55 KB

OJAS - Nimbus - NITH

Development - guide for developers

getting started

  • make sure you have nodejs,npm,git installed on your machine.
  • fork this repository.
  • get repository
    • clone this repository -- git clone (your-repository-ssh-id)
  • install dependencies npm install
  • run project npm run dev

Development_Guide

this is a react project. simple structure just read it you will understand. at any element you can press F12 to go to its definition.

  • you can use your own css/scss for components or you can use tailwindcss - install tailwind intelliscence vscode extention for better support.

Static files

  • Images - you can store images in public/ folder. they will be available with path /

    Make sure Images Size is not more that 250KB - resize images accordingly, large images may cause longer load times and bad user experience.

  • Videos - DO NOT upload videos to repository. Upload your videos to youtube and Embed the youtube video to your page instead.

Need Help

if you are facing any problems in setting up the environment you can contact the maintainers.