PI - ADS Next provides a way to quickly get up and running with a fully configurable ECommerce site using Next.js.
- Clone the project
$ git clone https://github.com/aton-py/pti-senac.git
- Install the dependencies:
$ yarn
# or
$ npm install
- Run the project
$ npm run dev
# or to build
$ npm run build
Use the Vercel CLI
vercel
npx serverless
This project is styled using Tailwind. To learn more how this works, check out the Tailwind documentation here.