akellbl4 / redocs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remark42 site

Work on your local environment

Requirements:

  • Node.js v16 or higher - install from package or with Homebrew
  • PNPM 7.9 or higher - once you have Node.js, run npm i -g pnpm

Development

Install dependencies and start the development server:

pnpm install
pnpm dev

Build

pnpm build

Work with Docker Compose

Build

Install dependencies and run development server inside Docker:

docker-compose build
docker-compose up server

Then serve files from ./build with your favorite server

Development

docker-compose up --build server

Then head to http://localhost:8080

About

License:MIT License


Languages

Language:Nunjucks 48.5%Language:JavaScript 34.6%Language:CSS 16.5%Language:Dockerfile 0.4%