This is the readme file for the AgrointegralVg website. The website is built using Next.js and React, and uses several additional libraries to provide functionality such as responsive design, SEO, and image processing.
- Responsive design
- Next.js for Static Site Generator
- VSCode configuration: ESLint, Prettier,
- SEO metadata and Graph tags with Next SEO
- One click deployment with Vercel
To run the website, you can use the following commands:
# Install dependencies
npm install
# Start development server
npm run dev
# Build the production version
npm run build
# Start the production server
npm start
You can also run tests using the following command:
# Run tests
npm test
If you'd like to contribute to the website, please follow these steps:
- Fork the repository and clone it to your local machine.
- Create a new branch for your changes.
- Make your changes and commit them to your branch.
- Push your branch to your forked repository.
- Open a pull request to the main repository with your changes.
- Please make sure to follow the project's coding conventions, and to include tests for any new functionality you add.
The AgrointegralVg website is licensed under the MIT License.