Skip to content

MiguelMasc/RepIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

544 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation Instructions

Prerequisites

  • Node.js 18 or higher
  • npm or yarn

Getting Started

  1. Clone the repository
git clone https://github.com/Miguel61823/RepIt.git
cd repit
cd gymerapp
  1. Install Dependencies
npm install
# or if using yarn
yarn install
  1. Set Up Environment Variables
# Copy the example environment file
cp .env.example .env

# Open .env and configure your environment variables

Required environment variables:

  • NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY= Your Clerk publishable key

  • CLERK_SECRET_KEY= Your Clerk secret key

  • DATABASE_URL= Your Neon Postgres Database URL

  • ANTHROPIC_API_KEY= Your Anthropic api key

  1. Start the Development Server
npm run dev
# or
yarn dev

Your application should now be running on http://localhost:3000

Production Build

To create and run a production build:

npm run build
npm start
# or
yarn build
yarn start

About

Fitness App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages