Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Please view the actual repository at https://gitlab.com/Vinnl/notepod. This mirror only exists because CodeSandbox only imports from GitHub.

Awesome Lists containing this project

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.