peak-performance

This project employs Next.js and Contentful to build a high-performance web app. Next.js's app router ensures efficient navigation, and Contentful simplifies content management, making this application dynamic and user-friendly.

Stars
5
Committers
2

PEAK-PERFORMANCE

This project employs Next.js and Contentful to build a high-performance web app. Next.js's app router ensures efficient navigation, and Contentful simplifies content management, making this application dynamic and user-friendly.

🚀 Features

  • 💪 Exercise Import (external API)

  • 📁 Articles (Contentful)

  • 💬 Comments

  • 📅 Traning Planning

  • 🔍 Search

  • 👤 Auth

  • 📨 Newsletter

  • 📱 Responsive Design

Local setup

Prerequisites

  • Ensure you have Docker installed and running in the background.

Setup Instructions

  1. Install project dependencies:

    npm i
    
  2. Start Supabase:

    npx supabase start
    
  3. Run the project in preview mode:

    npm run dev
    
  4. Access the application locally at http://localhost:3000. (default)*

License

Licensed under the MIT license.

Related Projects