Skip to content

Commit

Permalink
little additions yay
Browse files Browse the repository at this point in the history
  • Loading branch information
EllianCarlos committed Aug 23, 2024
1 parent b175741 commit 5e0c2cf
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@
# My website!
Heey

#
# Tools Needed

# Build Website
`pnpm install && pnpm run build`
You just need nix with nix flakes enabled. I cannot tell you how to run this with nix flakes yet because although I'm using, I'm still learning.

# Developing

To start developing is as easy as doing a:
```sh
nix develop
```

Then to create a production build `pnpm run build` and to create a server watching the changes `pnpm run start`

0 comments on commit 5e0c2cf

Please sign in to comment.