Skip to content

diegocasmo/findmomentum.xyz

Repository files navigation

A productivity app that helps track and celebrate daily progress through small wins.

Installation

  1. Clone the repository

  2. Install nvm (Node Version Manager)

  3. Install and use the correct Node.js version

nvm install
nvm use
  1. Set up the environment variables:
  • Copy the .env.example file to .env:
cp .env.example .env
  • Open the .env file and fill in the necessary environment variables, including your PostgreSQL database URL
  1. Set up Prisma and the database:
  • Generate Prisma client:
npx prisma generate
  • Run migrations and seed initial data:
npx prisma migrate dev

These commands will set up your database schema, apply all existing migrations, and populate the database with seed data.

  1. Install dependencies and start the development server
npm install
npm run dev

About

A productivity app that helps track and celebrate daily progress through small wins.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors