Fixup README and remove unused javascript.
parent
825e725e04
commit
2e248f8aff
14
README.md
14
README.md
|
@ -1,10 +1,11 @@
|
|||
# NodeJS Flake Template
|
||||
# Portfolio
|
||||
|
||||
This is a template for constructing a working environment for
|
||||
[Node.js](https://nodejs.org/en) development (version v18.18.2) with the [npm](https://www.npmjs.com/)
|
||||
(version 9.8.1) packaging tool. [direnv](https://direnv.net/) can be used to
|
||||
launch a dev shell upon entering this directory (refer to `.envrc`). Otherwise
|
||||
run via:
|
||||
This is a single-page springboard for my various links/projects/services.
|
||||
|
||||
## Quickstart
|
||||
|
||||
[direnv](https://direnv.net/) can be used to launch a dev shell upon entering
|
||||
this directory (refer to `.envrc`). Otherwise run via:
|
||||
```bash
|
||||
$ nix develop
|
||||
```
|
||||
|
@ -24,4 +25,3 @@ $ git config --local core.hooksPath .githooks/
|
|||
```
|
||||
If running [direnv](https://direnv.net/), this hook is installed automatically
|
||||
when entering the directory.
|
||||
|
||||
|
|
1
build.sh
1
build.sh
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
tsc
|
||||
tailwindcss -i ./src/main.css -o ./dist/main.css
|
||||
cp ./src/index.html ./dist/index.html
|
||||
cp -a ./imgs ./dist
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
<meta name="description" content="Joshua Potter portfolio" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link phx-track-static rel="stylesheet" href="./main.css" />
|
||||
<script defer type="text/javascript" src="./main.js"></script>
|
||||
</head>
|
||||
<body class="bg-primary">
|
||||
<div
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
console.log("Hello, world!");
|
Loading…
Reference in New Issue