Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 644 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 644 Bytes

Yanta

Yet Another Note Taking App

This project is not a real world application, and does not provide the features you would expect from a note taking app (such as data synchronization). It was just a pretext for me to learn Vue.js.

The project is deployed here, if you want to see what it looks like.

Start the project

Install the dependencies

yarn install

Generate the initial notes

DIR=./sample-notes node ./sample-notes/generate-data > ./src/data.json

Start the project using vue-cli-service

yarn start

Contributing

Please, do.

License

Beerware.