Single-page portfolio linking to other projects.
 
 
 
 
 
 
Go to file
Joshua Potter fe0597b354 Setup structure for hosting section. 2023-12-14 03:29:24 -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 Setup structure for hosting section. 2023-12-14 03:29:24 -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 Initial commit. 2023-12-13 15:34:29 -07:00
build.sh Setup structure for hosting section. 2023-12-14 03:29:24 -07:00
flake.lock Initial commit. 2023-12-13 15:34:29 -07:00
flake.nix Add build script. 2023-12-13 16:24:18 -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 topbar. 2023-12-13 16:59:54 -07:00
tsconfig.json Initial commit. 2023-12-13 15:34:29 -07:00

README.md

NodeJS Flake Template

This is a template for constructing a working environment for Node.js development (version v18.18.2) with the npm (version 9.8.1) packaging tool. 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.