Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Vinnl/notepod
Please view the actual repository at https://gitlab.com/Vinnl/notepod. This mirror only exists because CodeSandbox only imports from GitHub.
https://github.com/Vinnl/notepod
Last synced: 5 days ago
JSON representation
Please view the actual repository at https://gitlab.com/Vinnl/notepod. This mirror only exists because CodeSandbox only imports from GitHub.
- Host: GitHub
- URL: https://github.com/Vinnl/notepod
- Owner: Vinnl
- Created: 2019-11-04T13:03:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T14:06:59.000Z (over 4 years ago)
- Last Synced: 2024-08-01T12:25:48.951Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 1.04 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - Vinnl/notepod - Please view the actual repository at https://gitlab.com/Vinnl/notepod. This mirror only exists because CodeSandbox only imports from GitHub. (others)
README
# Notepod
Notepod is a note-taking app that saves notes to your [Solid Pod](https://solidproject.org).
It was created to assist in learning how to write Solid apps. Follow [the tutorial](https://vincenttunru.gitlab.io/tripledoc/docs/writing-a-solid-app/writing-a-solid-app), or read the commits of this repository.
## Running locally
1. Install the Node dependencies
```
npm install
```
2. Start the application
```
npm run start
```3. Follow the instructions displayed on your terminal.