Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.2 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.2 KB

Le Todo du Siècle

Deployment : todo-du-siecle-production.up.railway.app

GitHub Repo: github.com/therosbif/todo-du-siecle

Tech Stack

Installation

# Clone the repository
git clone [email protected]:therosbif/todo-du-siecle.git
cd todo-du-siecle

# Install dependencies
pnpm install

# Generate Prisma client
pnpm prisma generate

# Start the development server
pnpm dev

# Build the project
pnpm build

# Preview the production build
pnpm preview

⚠️ Note: Remember to create a .env file in the root of the project to run locally: An example file is provided here.