Skip to content

NiceNode/node-spec-tools

Repository files navigation

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

About

tools for creating, updating, and verifying node specs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published