This is the Agrobot team website. The website was developed with React, Tailwind CSS, ThreeJS, and GSAP.
Website will be deployed here
NodeJS
20+npm
orpnpm
To setup the project make sure that you have npm
installed. To get started, you can do the following commands to run the website after cloning it
npm install
to install dependenciesnpm run start
to deploy website on local machine
After this the website should be deployed on http://localhost:3000
where you can view the website
Once the environment is setup you can use some of the following tools to make working on the project easier
npm run build
to compile to websitenpm run lint
to lint the projectnpm run pretty
to use prettier to format the website
To contribute to the project, you can follow this guideline
- Create a branch for your feature
- Add your changes to this new branch
- Create a Pull Request on this branch
- If the PR passes the Github Actions and is approved you can merge it to main
These rules should be defied or else the site will look like a word doc. Use these as a general guide.