Skip to content

A slideshow of pledges submitted to the anti-drug campaign photo contest app built with Next.js, TypeScript and Tailwind CSS.

Notifications You must be signed in to change notification settings

dominicarrojado/cnb-anti-drug-abuse-campaign-slideshow

Repository files navigation

CNB Anti-Drug Abuse Campaign Slideshow

CI/CD

A slideshow of pledges submitted to the anti-drug campaign photo contest app built with Next.js, TypeScript and Tailwind CSS.

Quick Start

  1. Install Yarn.
  2. Clone the app:
git clone [email protected]:dominicarrojado/cnb-anti-drug-abuse-campaign-slideshow.git
  1. Install dependencies:
cd cnb-anti-drug-abuse-campaign-slideshow
yarn install
  1. Run the development server:
yarn dev
  1. Open http://localhost:3000 to view it in the browser.

Running All Tests

yarn test

Running Tests (Watch)

yarn test:watch

Build For Production (Static)

  1. Build and generate static files:
yarn build
yarn export
  1. The out directory can be served by any static hosting service or CDN.

VSCode Extensions