mirror of
https://github.com/runyanjake/recipes.git
synced 2025-10-04 13:47:29 -07:00
Recipes
A recipe site for things I make.
Built with docusaurus (https://docusaurus.io/).
First Time Setup
- 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
- Create Project using classic theme
npx create-docusaurus@latest recipes classic
Running the Project
-
Clone, then run
npm install
from the recipes directory. -
Run locally with nvm
cd recipes && npm run start
- 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.
Languages
MDX
90.4%
JavaScript
7.1%
CSS
2.3%
Dockerfile
0.2%