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 Dynamic JSON Badge

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

🕹️ Getting Started

Open in GitHub Codespaces

I highly recommend spinning up a Codespace with the button above to start inside of a preconfigured and tested environment. But you can also clone this repository locally, run pnpm install to pull down the necessary dependencies and pnpm dev to start the local server, and then open localhost:3000 in a browser. Pages will live-refresh when source files are changed.

Be sure to populate the required environment variables! Refer to lib/env.ts, which documents (and strictly type-checks) these variables. The included .env.example file should be copied and used as a template for a new .env.local file, which the local next dev server will then ingest.

⚠️ Currently, there are a few assumptions sprinkled throughout the code that this repo will be deployed to Vercel and only Vercel. I'll correct this soon™ now that some escape hatches (namely OpenNext) actually exist...

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