fedimovies-web/README.md

43 lines
512 B
Markdown
Raw Normal View History

2021-04-17 03:16:54 +00:00
# Mitra Web
Default frontend for [Mitra](https://codeberg.org/silverpill/mitra).
2021-12-10 14:25:59 +00:00
<img width="600" src="screenshot.png" alt="screenshot">
2021-04-17 03:16:54 +00:00
## Requirements
2021-12-10 14:25:59 +00:00
- node 12 or 14
2021-04-17 03:16:54 +00:00
- npm 7+
## Project setup
```
npm install
npx allow-scripts
```
### Compiles and hot-reloads for development
```
npm start
```
### Compile and minify for production
```
echo "VUE_APP_BACKEND_URL=https://mydomain.tld" > .env.local
npm run build
```
### Run your unit tests
```
npm run test
```
### Lint files
```
npm run lint
```