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/remixTo run your Remix app locally, make sure your project's local dependencies are installed:
npm installAfterwards, start the Remix development server like so:
npm run devOpen 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
vercelThe raw json diff is computed using jsdiff