The contents of this repository can also be viewed using a website with easier navigation. The website is built using docsify.
You need to have docker installed for your platform.
- From the root of this repository, build the docker image:
docker build . -t exercism-website-base:v1
- Launch a container with the appropriate configuration:
docker run -it --rm --name exercism-website -p 3005:3005 -v "$PWD":/opt/exercism-docsify exercism-website-base:v1
To run the website on your local machine, open a command prompt in the root directory of this repository and run:
npm i docsify-cli -g
docsify serve -p 3005 .