Skip to content

yamanadamnor/AutoMedia-dashboard

Repository files navigation

AutoMedia Dashboard

Create and publish image

982shots_so

Dependencies

  • node v16+
  • npm v8.15+

Run locally

Copy the .env file by running

cp .env-example .env

Begin with installing all of the dependencies npm install

Run development server

npm run dev

Build and serve

npm run build and npm start

Lint code

The lint command lints both CSS files located in styles/ directory and ts/tsx files

npm run lint

Techstack

  • Typescript
  • nextjs
  • next-auth
  • prisma
  • tailwindcss
  • dnd-toolkit
  • framer-motion
  • Docker