- 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)
- clone this repository --
- install dependencies
npm install
- run project
npm run dev
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.
- 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.
- 🔥 Git in 100 seconds
- 📚 HTML Elements - just basics
[div,span,h1,p,pre,b,i,img,iframe,...]
- 💄 CSS - or you can use Tailwind classes
- Reactjs
if you are facing any problems in setting up the environment you can contact the maintainers.