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
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.