https://github.com/coord-e/coord-e.com
https://github.com/coord-e/coord-e.com
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coord-e/coord-e.com
- Owner: coord-e
- Created: 2020-11-22T06:56:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-05T06:13:04.000Z (about 1 year ago)
- Last Synced: 2025-02-06T18:55:33.378Z (12 months ago)
- Language: Nix
- Homepage: https://coord-e.com/
- Size: 17 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [coord-e.com](https://coord-e.com/)
[](https://github.com/coord-e/coord-e.com/actions?query=workflow%3ACI)
[](https://github.com/coord-e/coord-e.com/actions?query=workflow%3Adeploy)
## Build
```shell
nix-build
```
## Development
Use `nix-shell`.
### Watch
```shell
# in content/ directory
$ generate-coord-e-com watch
```
### Lint contents
```shell
# in content/ directory
$ npm run lint
```