Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 964 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 964 Bytes

Node Spec Tools

Tools to create, update, and verify Node Specs for NiceNode

Live at tools.nicenode.xyz

Development

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!

Deploy

All pushes to main branch will trigger an automatic production deployment.

Deploy Your Own

You can deploy your own version using the Vercel CLI:

npm i -g vercel
vercel

Tools

The raw json diff is computed using jsdiff