Skip to content

Commit

Permalink
chore: populate readme
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Nov 10, 2024
1 parent 2c0794f commit afe89e9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 22 deletions.
36 changes: 17 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# NPM
npm-debug.log
node_modules/
.npm

node_modules
# Caches
.cache
.eslintcache

# Builds
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
# Configuration
config/local.json

# Editor
.nova
.idea
.vscode

# macOS
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Vue 3 + Vite
# prose-pod-dashboard

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
[![Test and Build](https://github.com/prose-im/prose-pod-dashboard/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/prose-im/prose-pod-dashboard/actions/workflows/test.yml)

Learn more about IDE Support for Vue in the [Vue Docs Scaling up Guide](https://vuejs.org/guide/scaling-up/tooling.html#ide-support).
**Prose Pod dashboard. Web interface used to administer a Prose Pod server.**

Copyright 2024, Prose Foundation - Released under the [Mozilla Public License 2.0](./LICENSE.md).

_Tested at NodeJS version: `v20.7.0`_

## License

Licensing information can be found in the [LICENSE.md](./LICENSE.md) document.

## :fire: Report A Vulnerability

If you find a vulnerability in any Prose system, you are more than welcome to report it directly to Prose Security by sending an encrypted email to [[email protected]](mailto:[email protected]). Do not report vulnerabilities in public GitHub issues, as they may be exploited by malicious people to target production systems running an unpatched version.

**:warning: You must encrypt your email using Prose Security GPG public key: [:key:57A5B260.pub.asc](https://files.prose.org/public/keys/gpg/57A5B260.pub.asc).**

0 comments on commit afe89e9

Please sign in to comment.