Work in progress
Little web app to keep track of cool problems
You can add, edit, or archive problems with no cost (:
This app works 100% in the client side, it can work offline and all it needs
is access to the localStorage
provided by your browser.
warning: For this reason the data will not be preserved if you are using it in private mode or similar
- Persistence via LocalStorate
- Use markdown
and LaTeXto render notes - Offline
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.