Skip to content

Commit 2820d04

Browse files
committed
Document how to get dev server running
1 parent e3e5cd4 commit 2820d04

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
# passkeys.dev
22

33
docs coming soon
4+
5+
## Development
6+
7+
The following dependencies are required to work on passkeys.dev locally:
8+
9+
- Hugo v0.140.x
10+
- Golang 1.23.x
11+
12+
Once these are installed, run the following command to start the dev server:
13+
14+
```
15+
hugo server
16+
```
17+
18+
The site will be available locally at http://localhost:1313.

0 commit comments

Comments
 (0)