Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 401 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 401 Bytes

communities

Website for Hippo communities

How to develop the website locally

1. Checkout the project

git clone [email protected]:hippo-digital/communities.git

2. Install dependencies

Requires Node.js

npm install

3. Run the project

npm run dev

Updating content from the Wiki

npm run wiki

Linting

npm run lint