Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 591 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 591 Bytes

Minisculus Challenge Server

The Minisculus Challenge launched during the Software Crafstmanship 2010 conference at Blethcley Park.

The challenge required a simple JSON rest api and some accompanying web pages.

New version is a quick port into next.js to get off Heroku. Some fancy routing is done in the middleware.tsx file to match the original challenge routing.

Getting Started - Running Locally

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.