/pi-senac

Primary LanguageJavaScriptMIT LicenseMIT

PI - ADS Next

PI - ADS Next provides a way to quickly get up and running with a fully configurable ECommerce site using Next.js.

Home

Getting started

  1. Clone the project
$ git clone https://github.com/aton-py/pti-senac.git
  1. Install the dependencies:
$ yarn

# or

$ npm install
  1. Run the project
$ npm run dev

# or to build

$ npm run build

Deploy to Vercel

Use the Vercel CLI

vercel

Deploy to AWS

npx serverless

About the project

Tailwind

This project is styled using Tailwind. To learn more how this works, check out the Tailwind documentation here.