Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpan64 authored Oct 16, 2024
1 parent eb524e3 commit 62a31c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

A personal website to host different ideas and keep a history of how they evolve (in Git!)

This static website is generated using SvelteKit. The steps to build are in [`build.sh`](./build.sh)
This static website is generated using SvelteKit. To build: `cd app && npm run build`

If needed, use the latest node version with something like `nvm use node`

To do dev work: `npm run dev`
To do dev work: `cd app && npm run dev`

The content of the website is stored in `app/static/writingt` as Markdown files and converted to HTML dynamically using the [marked](https://github.com/markedjs/marked) library.
The content of the website is stored in `app/static/writing` as Markdown files and converted to HTML dynamically using the [marked](https://github.com/markedjs/marked) library.

Semantic HTML is used whenever reasonable (it's hard!).
[Semantic HTML](https://developer.mozilla.org/en-US/docs/Glossary/Semantics) is used whenever reasonable (it's hard!).

0 comments on commit 62a31c5

Please sign in to comment.