Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 728 Bytes

File metadata and controls

33 lines (19 loc) · 728 Bytes

This repo contains the source code and documentation powering https://www.hello.coop/.

Getting started

Prerequisites

  1. Git
  2. Node (~18), npm (~9)
  3. A fork of the repo (for any contributions)
  4. A clone of the www.hello.coop repo on your local machine

Installation

  1. cd www.hello.coop to go into the project root
  2. npm i to install the npm dependencies

Running locally

npm run dev

Building for production

npm run build

Prevewing the built files

npm run start #This needs to be run after npm run build

License

CC0