2025-09-13 22:26:13 -07:00
2025-09-13 22:26:13 -07:00
2024-08-16 23:16:41 -07:00
2024-01-29 11:11:31 -08:00
2024-12-20 16:47:32 -08:00

Recipes

A recipe site for things I make.

Built with docusaurus (https://docusaurus.io/).

First Time Setup

  1. Install nvm, node>=18

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash

nvm list-remote

nvm install 18.12.0

  1. Create Project using classic theme

npx create-docusaurus@latest recipes classic

Running the Project

  1. Clone, then run npm install from the recipes directory.

  2. Run locally with nvm

cd recipes && npm run start

  1. Or, run as a container with docker-compose

docker compose down && docker system prune -af && docker-compose build && docker-compose up -d && docker logs -f recipes

Resources

nvm install 18.12.0

https://medium.com/geekculture/how-to-install-node-js-by-nvm-61addf4ab1ba

Description
An online, public cookbook containing recipes that I've found, liked, and iterated on. Built using the content-first & react-based web framework Docusaurus.
Readme 132 MiB
Languages
MDX 90.4%
JavaScript 7.1%
CSS 2.3%
Dockerfile 0.2%