The course is created with Nextra Docs Theme.
To build the course site you need to install pnpm
(see more details how to install pnpm
here) or other package manager.
If you have pnpm
installed, follow the steps below:
- Install all required packages:
pnpm install
- Run development version of the course site:
The site will be available at http://localhost:3000
pnpm dev
You can also build a static site and than publish it using Docker and BusyBox HTTP server.
- Build static site:
The page will be generated to
pnpn build
./out
directory. - Create and start docker container:
The site will be available at http://localhost:3000
docker compose up