Various files for bringing up the Single-Chip Micro Mote V (SCμM-V)
📖 SCuM-V Documentation (Nextra Site) - Interactive documentation
- Nextra Documentation: Edit files in
docs/and submit pull requests - Legacy AsciiDoc: See Contributing to the specification document
npm is bundled with Node.js. Install Node.js for your OS, then verify with node -v and npm -v.
-
Windows:
- Download the LTS installer from the official Node.js download page
- Run the
.msiand follow the prompts - Verify:
node -vandnpm -v
-
macOS:
- Install Homebrew (if not installed):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - Install Node.js (includes npm):
brew install node
- Verify:
node -vandnpm -v
- Install Homebrew (if not installed):
-
Linux (Ubuntu/Debian):
- Update and install:
sudo apt update sudo apt install nodejs npm
- Verify:
node -vandnpm -v
- Update and install:
-
More options: See the official npm guide: Downloading and installing Node.js and npm
- Fork the repo on GitHub: ucb-ee290c/scum-v-bringup
- Clone your fork:
git clone https://github.com/<your-username>/scum-v-bringup.git cd scum-v-bringup
- Create a branch:
git checkout -b docs/your-change
- Edit files under
docs/, preview locally (below), commit and push:git add . git commit -m "docs: describe your change" git push origin docs/your-change
- Open a Pull Request to
ucb-ee290c/scum-v-bringupwith a clear description.
cd docs
npm install
npm run dev # Development server at http://localhost:3000
npm run build # Production build