Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 326 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 326 Bytes

ParduGO web

setup:

  • install dependencies
    yarn / yarn install
  • copy .env from example cp .env.local.example .env.local and change values
  • run dev server yarn dev (http://localhost:3000)

build

yarn build
yarn start

technologies used:

  • Next.js
  • Typescript
  • Tailwindcss
  • GraphQL API