559 B
559 B
onyx-web-app
A Vue3/Typescript web application for interacting with an Onyx node. Its purpose is to let users:
- Login or register an account with the node, if the owner allows it.
- View the hierarchical content tree of the node.
- Edit individual content, and change access permissions where allowed.
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Type-Check, Compile and Minify for Production
npm run build
Lint with ESLint
npm run lint