/insomnia.rest

Website for Insomnia REST Client

Primary LanguageJavaScriptMIT LicenseMIT

Insomnia Landing

This is the source code for insomnia.rest, built with Hugo Static Website Engine and Speedpack to compress static assets on deploy.

# run watch server (production)
npm start

# run watch server (with drafts)
npm run dev

# build to _hugo/
npm run build

# deploy (need Surge.sh access)
npm run deploy