A slideshow of images submitted to the Singtel's Data X Infinity event app built with Next.js, TypeScript and Tailwind CSS.
- Install Yarn.
- Clone the app:
git clone [email protected]:dominicarrojado/singtel-data-x-infinity-event-slideshow.git- Install dependencies:
cd singtel-data-x-infinity-event-slideshow
yarn install- Run the development server:
yarn dev- Open http://localhost:3000 to view it in the browser.
yarn testyarn test:watch- Build and generate static files:
yarn build
yarn export- The
outdirectory can be served by any static hosting service or CDN.