Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kasin-it/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.
https://github.com/kasin-it/peak-performance
contentful nextjs supabase
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/kasin-it/peak-performance
- Owner: kasin-it
- Created: 2023-10-27T14:17:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-17T15:11:22.000Z (about 1 year ago)
- Last Synced: 2024-12-20T00:13:05.150Z (about 2 months ago)
- Topics: contentful, nextjs, supabase
- Language: TypeScript
- Homepage: https://peak-performance-phi.vercel.app
- Size: 1.84 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
npm i
```2. Start Supabase:
```bash
npx supabase start
```3. Run the project in preview mode:
```bash
npm run dev
```4. Access the application locally at [http://localhost:3000](http://localhost:3000). (default)\*
## License
Licensed under the [MIT license](https://github.com/shadcn/ui/blob/main/LICENSE.md).