https://github.com/hellocoop/www.hello.coop
https://github.com/hellocoop/www.hello.coop
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellocoop/www.hello.coop
- Owner: hellocoop
- License: cc0-1.0
- Created: 2021-05-01T22:11:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T15:22:35.000Z (over 1 year ago)
- Last Synced: 2025-04-13T09:12:25.800Z (about 1 year ago)
- Language: HTML
- Homepage: https://www.hello.coop
- Size: 13.2 MB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# www.hello.coop
This repo contains the source code and documentation powering [https://www.hello.coop/](https://www.hello.coop/).
## Getting started
### Prerequisites
1. Git
1. Node (~18), npm (~9)
1. A fork of the repo (for any contributions)
1. A clone of the [www.hello.coop repo](https://github.com/hellocoop/www.hello.coop) on your local machine
### Installation
1. `cd www.hello.coop` to go into the project root
1. `npm i` to install the npm dependencies
### Running locally
Hellō Pages: `npm run dev:pages`
Hellō Architecture `npm run dev:arch`
### Building for production
`npm run build`
### Prevewing the built files
`npm run preview` #This needs to be run after `npm run build`
### Testing for dead links
`npm run test`
> Ignores LinkedIn links (returns 999 for bad requests) and script.hash.js (does not exist in this repo)
## License