Skip to content

jakejarvis/jarv.is

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

๐Ÿกย ย jarv.is

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

My humble abode on the World Wide Web, created and deployed using Next.js, Stitches, PlanetScale, 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 npm install to install the necessary dependencies and npm run 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 npm run 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 the exact Node.js version used for development. It's completely optional but I highly recommend it in general!

๐ŸŒŽ Related

๐Ÿ“œ License

Site content is licensed under the CC-BY-4.0 license, which means that you can copy, redistribute, remix, transform, and build upon the content for any purpose as long as you give appropriate credit.

All other code in this repository is licensed under the MIT license.