Skip to content

Commit

Permalink
Update README with local build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
crtrott committed Nov 13, 2023
1 parent 891f7c7 commit 5de2065
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
# hpsf.io
HPSF website

## Requirements

- [Install Hugo](https://gohugo.io/installation/) version v0.111.3
- Need to be connected to internet to load [Hinode theme](https://github.com/gethinode/hinode) dependencies and modules
- Clone [this repository](https://github.com/hpsfoundation/hpsf.io)

<br />

## How to run locally
1. Install all requirements
2. Change directory: `<your-path-to-the-repository>`
3. Install dependencies
```
npm install
```
4. Start development server
```bash
npm run start
# or
hugo server -D
```
5. Open Chrome, web server is available at `http://localhost:<assigned-port-depends>`
- example: `http://localhost:1313`

0 comments on commit 5de2065

Please sign in to comment.