This is the official Rhino Linux Wiki, built with Nextra.
Click the button to clone this repository and deploy it on Vercel:
First, run pnpm i to install the dependencies.
Then, run:
npx concurrently "pnpm dev" "npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch"This will start the development server at localhost:3000, or if port :3000 is taken up, the next accessible port (e.g. :3001).
This will also keep tailwindcss running while you work, so div entries in wiki pages and input.css changes are properly added.
This project is licensed under the MIT License.
