Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.01 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.01 KB

Infinite CV - 8cv -

8cv or Infinite CV is the ideal platform to build your portfolio, share your projects, and provide your links and CV. It offers a seamless way to showcase your skills and connect with potential opportunities.

Warning This project is still in development and is not ready for production use.

Tech Stack

Running Locally

  1. Clone the repository
git clone https://github.com/daishek/8cv.git
  1. Install dependencies using npm
npm i
  1. Copy the .env.example to .env and update the variables.
cp .env.example .env
  1. Push the database schema
npx prisma db push
  1. Start the development server
npm run dev