Files
remark42/site
Dmitry VerkhoturovandUmputun 9dbc36e426 remove explicit /srv/ usage from docker-compose files
We have plenty of paths used in the application, but two of them
are hardcoded in examples all over the code for historical reasons.

I found that by default in Docker, the path would resolve to the value
we are setting it explicitly to, so it doesn't make sense to set
a few variables we are setting now explicitly.
2022-02-07 03:54:54 -06:00
..
2021-11-16 14:16:58 -06:00
2021-11-16 14:16:58 -06:00
2022-01-18 13:09:30 -06: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
2022-01-18 00:02:27 -06: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
2022-01-18 12:59:17 -06: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