1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 14:38:30 -04:00
jarv.is/README.md
2022-05-23 10:12:00 -04:00

2.9 KiB
Raw Blame History

🏡  jarv.is

Vercel deployment Next.js version Licensed under CC-BY-4.0 GitHub repo size Tor mirror uptime

My humble abode on the World Wide Web, created and deployed using Next.js, Stitches, Vercel, and more.

I keep an ongoing list of post ideas and coding to-dos as issues in this repo. Outside contributions, improvements, and/or corrections are welcome too!

🧶 Getting Started

Run yarn install to install the necessary dependencies and yarn dev to start the local server, and then open http://localhost:3000/. Pages will live-refresh when source files are changed.

Most production steps are handled automatically by Vercel, but running yarn build locally will still generate an unoptimized, less-than-ideal static version.

Bonus tip: Volta, a magical, blazing-fast alternative to nvm, is used to pin Node.js and Yarn versions for development but is completely optional.

📜 License

MIT