Skip to content

lawandothman/miru

Folders and files

NameName
Last commit message
Last commit date
Aug 12, 2024
Jan 5, 2023
Oct 10, 2024
Oct 1, 2024
Aug 12, 2024
Dec 28, 2022
Aug 13, 2024
Jun 30, 2024
Jul 1, 2024
Aug 18, 2024
Aug 14, 2024
Oct 10, 2024
Jun 30, 2024
Aug 14, 2024

Repository files navigation

γƒŸγƒ« Miru

Miru

This is a monorepo managed by Turborepo

What's Inside?

This Turborepo includes the following packages/apps:

  • frontend: a Next.js app
  • omni: a GraphQL API

Run locally

  • Install Dependencies.
pnpm install
  • Create a .env in the root of the project following the .env.example template.

  • Start the local development database

docker compose up -d
  • Run the development server
pnpm dev