redbasecap / digitoegg

Home Page:digitoegg.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Digitögg!

Set up project (only once)

  1. Make sure nodejs and pnpm are installed on your system (if you want to use npm or yarn, you have to change the scripts in the package.json accordingly).
  2. Create a .env file in the root directory according to the .example.env file. (you can also just replace the contents and rename it to .env once you're done).
  3. Run pnpm install.
  4. Run pnpx prisma generate. This creates the database at the specified URL in the .env File.

Run project

To run the project locally, just run pnpm dev

About

digitoegg.vercel.app

License:MIT License


Languages

Language:TypeScript 95.8%Language:CSS 1.7%Language:JavaScript 1.7%Language:Shell 0.8%