Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 546 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 546 Bytes

Overview

Logicae-frontend uses the following stacks.

  • Framework - Next.js 13
  • Language - TypeScript
  • Auth - Supabase
  • Database - PostgresQL
  • Deployment - Vercel
  • Styling - emotion
  • Components - Material UI
  • Analytics - Vercel Analytics
  • Linting - ESLint
  • Formatting - Prettier

Getting Started

First, install dev dependencies:

npm install
# or
yarn

Then run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.