Files
remark42/site
dependabot[bot]andUmputun 7f081e1d2c Bump prismjs from 1.23.0 to 1.24.0 in /site
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.23.0...v1.24.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 16:05:01 -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-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-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-06-13 18:44:49 -05:00

Reamark42 Website

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 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