Tools to create, update, and verify Node Specs for NiceNode
Live at tools.nicenode.xyz
Created with Vercel's template for Remix.run
npx create-remix@latest --template vercel/vercel/examples/remix
To run your Remix app locally, make sure your project's local dependencies are installed:
npm install
Afterwards, start the Remix development server like so:
npm run dev
Open up http://localhost:5173 and you should be ready to go!
All pushes to main
branch will trigger an automatic production deployment.
You can deploy your own version using the Vercel CLI:
npm i -g vercel
vercel
The raw json diff is computed using jsdiff