This is a modern web application built with Next.js and styled using Tailwind CSS. It offers a responsive, fast, and sleek user interface, making it perfect for [briefly describe the purpose or target users of the app].
- List the key features of your application.
- Responsive design.
- Fast loading times.
- more features soon...
Before you begin, ensure you have the following installed on your system:
- Node.js (v12.0.0 or later)
- npm (v6.0.0 or later)
You can download Node.js and npm from https://nodejs.org/.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
First, clone the repository to your local machine using Git.
git clone https://github.com/PG-AGI/pgagi-website.git
cd pgagi-website
After cloning the project, install the necessary dependencies by running:
npm install
To run the application on your local machine, execute the following command:
npm run dev
This command starts the development server on http://localhost:3000. Open your browser and navigate to this URL to view the application.
To create a production build of your application, run:
npm run build
Then, to start the production server, use:
npm start
You can deploy your Next.js application to a variety of hosting services. Vercel (from the creators of Next.js) is highly recommended for easy deployment and seamless integration. Follow the hosting provider's instructions for deployment steps.
Contributions are welcome! Please read our contributing guide for details on our code of conduct and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE file for details.