Skip to content

Latest commit

 

History

History
78 lines (46 loc) · 2.06 KB

README.md

File metadata and controls

78 lines (46 loc) · 2.06 KB

PGAGI website

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].

Features

  • List the key features of your application.
  • Responsive design.
  • Fast loading times.
  • more features soon...

Prerequisites

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/.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Cloning the Repository

First, clone the repository to your local machine using Git.

git clone https://github.com/PG-AGI/pgagi-website.git
cd pgagi-website

Installing Dependencies

After cloning the project, install the necessary dependencies by running:

npm install

Running the Application

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.

Building for Production

To create a production build of your application, run:

npm run build

Then, to start the production server, use:

npm start

Deploying

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.

Contributing

Contributions are welcome! Please read our contributing guide for details on our code of conduct and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE file for details.