Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 516 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 516 Bytes

Notepod

Notepod is a note-taking app that saves notes to your Solid Pod.

It was created to assist in learning how to write Solid apps. Follow the tutorial, 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.