Skip to content

🏡 My humble abode on the World Wide Web

License

CC-BY-4.0, MIT licenses found

Licenses found

CC-BY-4.0
LICENSE
MIT
LICENSE-CODE
Notifications You must be signed in to change notification settings

jakejarvis/jarv.is

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏡  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, Prisma, Vercel, Turso, 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 pnpm install to install the necessary dependencies and pnpm 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 pnpm build locally will still generate an unoptimized, less-than-ideal static version which can be served via pnpm start.

☝️ Note: pnpm is highly recommended (for many reasons!) but this project should also work just fine with NPM or Yarn.

🌎 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.