Single-page portfolio linking to other projects.
 
 
 
 
 
 
Go to file
Joshua Potter a74a5bdbec Fix tags, set max-width, increase gap. 2023-12-14 09:15:21 -07:00
.githooks Add tailwindcss. 2023-12-13 16:05:47 -07:00
imgs Setup structure for hosting section. 2023-12-14 03:29:24 -07:00
src Fix tags, set max-width, increase gap. 2023-12-14 09:15:21 -07:00
.envrc Initial commit. 2023-12-13 15:34:29 -07:00
.gitignore Initial commit. 2023-12-13 15:34:29 -07:00
README.md Fixup README and remove unused javascript. 2023-12-14 09:08:43 -07:00
build.sh Fixup README and remove unused javascript. 2023-12-14 09:08:43 -07:00
flake.lock Initial commit. 2023-12-13 15:34:29 -07:00
flake.nix Rename lib -> app. 2023-12-14 09:11:07 -07:00
package-lock.json Add tailwindcss. 2023-12-13 16:05:47 -07:00
package.json Add build script. 2023-12-13 16:24:18 -07:00
prettier.config.cjs Initial commit. 2023-12-13 15:34:29 -07:00
tailwind.config.cjs Add link colors. 2023-12-14 04:51:30 -07:00
tsconfig.json Initial commit. 2023-12-13 15:34:29 -07:00

README.md

Portfolio

This is a single-page springboard for my various links/projects/services.

Quickstart

direnv can be used to launch a dev shell upon entering this directory (refer to .envrc). Otherwise run via:

$ nix develop

Language Server

The typescript-language-server (version 4.1.2) is included in this flake.

Formatting

Formatting depends on prettier (version 3.1.0). A pre-commit hook is included in .githooks that can be used to format all *.jsx? and *.tsx? files prior to commit. Install via:

$ git config --local core.hooksPath .githooks/

If running direnv, this hook is installed automatically when entering the directory.