512 B
512 B
Mitra Web
Default frontend for Mitra.
![screenshot](/FediMovies/fedimovies-web/media/commit/88bdd69233774e1a54a1e3b5cf186cee1c196832/screenshot.png)
Requirements
- node 12 or 14
- 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