/notepod

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

Primary LanguageHTML

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.