yskooo / gdsc-pup

GDSC-PUP is a group of students from the Polytechnic University of the Philippines, powered by Google Developers, that seeks to develop students’ personal and professional lives. In a peer-to-peer learning environment, you can network in the field of technology, particularly in software or application development and engineering, while also gain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js 14 Pages App

Welcome, Cadets! In this repository, you'll find a Next.js app with 14 pages ready for exploration and development. Follow the instructions below to clone the repository and get the app up and running on your local machine.

Prerequisites

Before you begin, make sure you have the following installed on your system:

  • Node.js
  • Package manager (npm, yarn, pnpm, etc.)

Clone the Repository

Clone this repository to your local machine using Git:

git clone https://github.com/your-username/nextjs-14-pages-app.git

Installation

Navigate into the cloned directory:

cd gdscpup

Install the dependencies using npm:

npm install

Or, if you prefer using yarn:

yarn

Running the App

Once the installation is complete, you can start the development server:

npm run dev

Or with yarn:

yarn dev

The app should now be running on http://localhost:3000. You can view it in your browser.

Available Scripts

In the project directory, you can run:

npm run dev or yarn dev

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

npm run build or yarn build

Builds the app for production to the .next folder. It correctly bundles Next.js in production mode and optimizes the build for the best performance.

npm start or yarn start

Starts the app in production mode. You should run npm run build or yarn build before using this command.

Folder Structure

gdscpup/
  ├── pages/            # Next.js page components
  ├── public/           # Static assets
  ├── components/       # Reusable React components
  ├── styles/           # Global stylesheets
  ├── README.md         # This README file
  └── package.json      # Node.js dependencies and scripts

Contributing

Feel free to contribute to this project by submitting pull requests. Make sure to follow the project's coding conventions and guidelines.

Feedback and Support

If you encounter any issues or have feedback, please don't hesitate to open an issue on this repository.

Happy coding!


Feel free to customize this README further based on your specific project requirements and guidelines.

About

GDSC-PUP is a group of students from the Polytechnic University of the Philippines, powered by Google Developers, that seeks to develop students’ personal and professional lives. In a peer-to-peer learning environment, you can network in the field of technology, particularly in software or application development and engineering, while also gain


Languages

Language:JavaScript 92.2%Language:CSS 7.8%