Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dreikanter/notes
https://github.com/dreikanter/notes
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dreikanter/notes
- Owner: dreikanter
- License: mit
- Created: 2023-05-26T09:29:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-29T13:28:40.000Z (8 months ago)
- Last Synced: 2024-10-10T05:36:18.264Z (3 months ago)
- Language: Ruby
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Public notes automation
**Disclaimer:** This project is _single-purpose software_ built for personal use. It is not a product, does not include a user manual, and does not guarantee backward compatibility. I don't intend to distribute this code, so there is no gemspec, public releases, change log, or versioning. There is very minimal customizability by design.
## Usage
Setup:
```bash
brew install caddy
bundle
yarn
```Upgrade packages:
```bash
yarn upgrade --latest
```Run the tests:
```bash
rspec
```Build CSS:
```bash
yarn build
```Build the site:
```bash
NOTES_CONFIGURATION_PATH=~/src/notes/configuration.yml ~/src/notes/bin/build
```Run local HTTP server to preview the site:
```bash
bin/serve
```