| 
				
					
						 | 
			||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| README.md | ||
| env.d.ts | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	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