Website of TechHub Community using NextJS & Tailwind CSS
dev -> Use this for staging, all PRs should be made to this branch. url: https://techhuborg.ml
main -> Don't touch without approval, this is what's running in PROD. url: https://techhub.org.in
First, install the dependencies:
yarn install
And then, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
Follow these steps to contribute to this project.
- Fork this repository.
- Install the requirements using
yarn
and run the project. - Go to
dev
branch. - Make changes and create
pull requests (PR)
todev
branch only. - Your
PR
will be reviewed and will be merged to the develop branch only. - Upon ample PR merge to develop branch, all PRs will be merged to
main
branch & will be live.
-
Node:
-
Yarn:
-
Learn Git & Github - for beginners.
-
Learn HTML,CSS & JS - quick overview of the web basics.
-
Learn NextJS - Next.js Crash Course.
-
Learn Node - Node JS Crash Course.
-
Learn Yarn - Yarn Crash Course.
-
Learn Tailwind CSS - Tailwind CSS Crash Course.
-
Learn Git & Github - as Handbook.
-
Learn HTML - Mozilla Developer Network.
-
Learn CSS - Mozilla Developer Network.
-
Learn JS - Mozilla Developer Network.
-
Learn NextJS - Next.js docs.
-
Learn Yarn - Yarn docs.
-
Learn Node - Node docs.
-
Learn Tailwind CSS - Tailwind CSS docs.