Files
remark42/site
dependabot[bot]andUmputun ab3a6f7fe6 Bump nth-check from 2.0.0 to 2.0.1 in /site
Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/fb55/nth-check/releases)
- [Commits](https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: nth-check
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-21 10:40:00 -05:00
..
2021-06-13 18:44:49 -05:00
2021-06-13 18:44:49 -05:00
2021-06-13 18:44:49 -05:00
2021-06-13 18:44:49 -05:00
2021-08-05 12:22:49 -05:00
2021-06-13 18:44:49 -05:00
2021-08-08 15:21:21 -05:00
2021-06-13 18:44:49 -05:00
2021-07-25 13:08:34 -05:00
2021-06-13 18:44:49 -05:00

Remark42 site

Work on your local environment

Requirements:

  • Node.js v14 or higher - install from package or with Homebrew
  • Yarn 1.22 or higher - once you have Node.js, run npm i -g yarn

Development

Install dependencies and start the development server:

yarn
yarn dev

Build

yarn 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