/aucto

Online auction site 🛒 built with Next.js ⚛️, ChakraUI 💅

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

⚡ Aucto

Online auction site 🛒 built with Next.js ⚛️, ChakraUI 💅

This is a Next.js project bootstrapped, added with Chakra UI and TypeScript setup.

Pre-requisites

  1. Node.js installed.
  2. Taskfile installed.
  3. pnpm installed.

Run locally

  1. Clone the repo:
git clone https://github.com/a0v0/aucto.git
  1. After cloning the project, run this command to install dependecies:
task install
  1. Then, run the development server:
task start

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

References