https://github.com/vovanr/notes
My notes
https://github.com/vovanr/notes
vovanr-service
Last synced: over 1 year ago
JSON representation
My notes
- Host: GitHub
- URL: https://github.com/vovanr/notes
- Owner: VovanR
- Created: 2015-11-28T17:33:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T13:17:44.000Z (over 1 year ago)
- Last Synced: 2025-03-28T17:05:34.291Z (over 1 year ago)
- Topics: vovanr-service
- Language: JavaScript
- Homepage: https://vovanr.github.io/notes/
- Size: 1.72 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes

[![Build Status][build-image]][build-url]
> My notes
Demo: https://vovanr.github.io/notes
## Add new note
1. add `notes/foo.md`
# Foo
----
- See: https://www.postgresql.org/
## Install
```shell
sudo apt-get install postgresql postgresql-contrib libpq5 libpq-dev pgadmin3
```
1. append `Foo` to [`NOTES`](https://github.com/VovanR/notes/blob/master/app/js/constants.js#L2)
## Edit `gh-pages`
```shell
git clone git@github.com:VovanR/notes.git
cd notes
npm install
npm start
```
Open [http://localhost:8080/](http://localhost:8080/)
[build-url]: https://github.com/VovanR/notes/actions/workflows/node.js.yml
[build-image]: https://img.shields.io/github/actions/workflow/status/vovanr/notes/node.js.yml?branch=master&style=flat-square