This repository is a place for me to house my personal code projects and write-ups. As of 13th April 2023, it contains:
playground
: A REACT-based site built with Vite v4 for me to play around with various CSS/HTML/JS challengesval-knowledgebase
: A documentation site built with Docusaurus. It contains writeups for labs I've completed and other code knowledge/hacks I can't trust myself to remember.weird-js
: A JS site built with Vite v3 for me to follow along to the Weird JS video series.
- Node v19+
- NPM v9+
git clone
npm ci
@ the repository rootnpm start
@ the repository root- Lerna will now spin up dev servers on the following ports:
playground
: 5173val-knowledgebase
: 3000weird-js
: 5174
- If you'd like to spin up each individually:
cd packages/[PROJECT]
npm start
Me, Val Roudebush:
- Email: roudebushbws@gmail.com
- Discord: valoeaera#4314
Make sure to let me know who you are/introduce yourself.