Welcome to the Power力 | Gym project built with Next.js! This website is designed to showcase the services and offerings of Power Gym. Whether you're a gym enthusiast or a developer working on this project, you'll find all the necessary information below to get started.
To run this project locally, follow these steps:
-
Clone the repository:
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser:
Visit http://localhost:3000 in your web browser to see the gym website.
Project Structure
/app: Contains the Next.js pages for different pages of the website./components: Reusable React components used throughout the site./public: Static assets such as images./styles: Stylesheets, including CSS modules.
Technologies Used
- Next.js - React framework for building server-rendered React applications.
- React - JavaScript library for building user interfaces.
- Tailwind CSS - Utility-first CSS framework.
- [Other dependencies] - Check the
package.jsonfile for a full list of project dependencies.
License
This project is licensed under the MIT License.