Skip to content

ewilan-riviere/memorandum

Repository files navigation

Memorandum

vitepress node code style

pipeline

Blog & documentation, deploy on memorandum.ewilan-riviere.com, built using Vitepress, a modern static website generator.

Installation

pnpm i
pnpm dev

Deployment

Check the VitePress Deployment Guide for more details.

Build the project:

pnpm build

Preview the project:

pnpm preview

Docker

You can use Docker to build and run the project.

Create a .env file:

cp .env.example .env

Build and run the project:

docker compose up --build -d

Website is available at 3000 port by default (you can change it in the .env file).

You can see the logs with:

docker logs memorandum -f # docker compose logs -f

You can find NGINX configuration for your server in .vitepress/nginx/example.conf.

License

This project is licensed under the MIT License.


For a detailed explanation of how things work, check out VitePress.