Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.14 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.14 KB

Personal CRM

This project is a small but feature-rich personal CRM. It's written in TypeScript, using Remix, React.js and Tailwind CSS. I've deployed this project on Fly.io.

Get started

  1. Clone the repository:

    git clone https://github.com/m-zelinka/personal-crm.git
  2. Install the dependencies:

    pnpm i
  3. Define required env variables:

    • Copy the template contents in .env.example to a new file named .env and fill all the required fields.
  4. Run the application in dev mode:

    pnpm dev

Goals

Practice working with Remix data loadings APIs and Prisma ORM.

Credits