yld-coding-challenge

A Next.js site for the YLD Coding Challenge.

Preview

https://yld-coding-challenge.now.sh

Getting Started

To get started, simply clone the repository and run npm install

# Clone the repo
git clone https://github.com/yldio/

# Move into the new directory
cd nextjs-starter-forty/

# Install npm packages
npm install

# Start up the next.js dev server, browse to http://localhost:3000/
npm run dev

Generating the Static Site

# Build and export the site, the static files are generated in the out/ folder
npm run export

HTML and CSS templates License: CC BY 3.0 HTML5 UP