Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.56 KB

File metadata and controls

55 lines (32 loc) · 1.56 KB

Power | Gym - Next.js Project

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.

Table of Contents

  1. Getting Started
  2. Project Structure
  3. Technologies Used
  4. License

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/danlevison/Power-gym.git

  2. Install dependencies:

    npm install

  3. Start the development server:

    npm run dev

  4. Open your browser:

    Visit http://localhost:3000 in your web browser to see the gym website.

Project Structure

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

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.json file for a full list of project dependencies.

License

License

This project is licensed under the MIT License.