1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 08:55:32 -04:00

update readme and humans.txt

This commit is contained in:
2022-03-14 13:12:22 -04:00
parent 84dab0a865
commit be3517e6a2
3 changed files with 16 additions and 14 deletions

View File

@@ -6,22 +6,24 @@
[![GitHub repo size](https://img.shields.io/github/repo-size/jakejarvis/jarv.is?color=009cdf&label=repo%20size&logo=git&logoColor=white)](https://github.com/jakejarvis/jarv.is)
[![Tor mirror uptime](https://img.shields.io/uptimerobot/ratio/m788172098-a4fcb769c8779f9a37a60775?color=7e4798&label=tor%20mirror&logo=tor-project&logoColor=white)](http://jarvis2i2vp4j4tbxjogsnqdemnte5xhzyi7hziiyzxwge3hzmh57zad.onion/)
Personal website of [@jakejarvis](https://github.com/jakejarvis), created and deployed using [Next.js](https://nextjs.org/), [Stitches](https://stitches.dev/), [Vercel](https://vercel.com/), [and more](https://jarv.is/humans.txt).
My humble abode on the World Wide Web, created and deployed using [Next.js](https://nextjs.org/), [Stitches](https://stitches.dev/), [Vercel](https://vercel.com/), [and more](https://jarv.is/humans.txt).
I keep an ongoing list of [post ideas](https://github.com/jakejarvis/jarv.is/issues/1) and [coding to-dos](https://github.com/jakejarvis/jarv.is/issues/714) as issues in this repo. Outside contributions, improvements, and/or corrections are welcome too!
## 🧶 Getting Started
Run `yarn install` and `yarn dev`, then open [http://localhost:3000/](http://localhost:3000/). ([Yarn must be installed](https://yarnpkg.com/en/docs/install) first; NPM _should_ also work at your own risk.) Pages will live-refresh when source files are changed.
Run `yarn install` to install the necessary dependencies and `yarn dev` to start the local server, and then open [http://localhost:3000/](http://localhost:3000/). Pages will live-refresh when source files are changed.
Most production steps are handled [automatically by Vercel](https://vercel.com/docs/concepts/next.js/overview#supported-next.js-features), but running `yarn build` locally will still generate an unoptimized, less-than-ideal static version.
## 🌎 Related
- [💻 /uses](https://jarv.is/uses/) Things and stuff I use.
- [🕰️ Previously on...](https://jarv.is/previously/) An embarrassing trip down this site's memory lane.
- Try out [/y2k](https://jarv.is/y2k/) if you want to experience the _fully_ immersive time machine...
- [📈 /stats](https://jarv.is/stats/) My [Fathom Analytics](https://usefathom.com/ref/ZEYG0O) dashboard.
- [🕰️ /previously](https://jarv.is/previously/) An embarrassing trip down this site's memory lane.
- Visit [/y2k](https://jarv.is/y2k/) if you want to experience the _fully_ immersive time machine, but don't say I didn't warn you...
- [🧅 Tor (.onion) mirror](http://jarvis2i2vp4j4tbxjogsnqdemnte5xhzyi7hziiyzxwge3hzmh57zad.onion/) For an excessive level of privacy and security.
- [📈 Fathom Analytics dashboard](https://jarv.is/stats/)
- [🧮 jakejarvis/website-stats](https://github.com/jakejarvis/website-stats) Daily snapshots of the raw [hit counter](pages/api/hits.ts) data.
- [🧮 jakejarvis/website-stats](https://github.com/jakejarvis/website-stats) Daily raw snapshots of the [hit counter](pages/api/hits.ts) database.
- [🔗 jakejarvis/jrvs.io](https://github.com/jakejarvis/jrvs.io) Personal link shortener.
## 📜 License