FediMovies Web UI
Find a file
2022-02-23 01:03:48 +00:00
public Update page title and description 2022-02-16 19:18:08 +00:00
src Add profile menu items for hiding/showing reposts 2022-02-23 01:03:48 +00:00
tests/unit Allow code blocks in posts 2022-01-28 00:31:10 +00:00
.browserslistrc Initial commit 2021-11-29 21:18:53 +00:00
.editorconfig Initial commit 2021-11-29 21:18:53 +00:00
.env Initial commit 2021-11-29 21:18:53 +00:00
.eslintrc.js Initial commit 2021-11-29 21:18:53 +00:00
.gitignore Initial commit 2021-11-29 21:18:53 +00:00
.npmrc Initial commit 2021-11-29 21:18:53 +00:00
.stylelintrc.json Initial commit 2021-11-29 21:18:53 +00:00
LICENSE Initial commit 2021-11-29 21:18:53 +00:00
package-lock.json Update ethers package 2022-02-11 22:46:39 +00:00
package.json Update ethers package 2022-02-11 22:46:39 +00:00
README.md Add screenshot to readme 2021-12-10 14:26:24 +00:00
screenshot.png Add screenshot to readme 2021-12-10 14:26:24 +00:00
tsconfig.json Initial commit 2021-11-29 21:18:53 +00:00
vue.config.js Initial commit 2021-11-29 21:18:53 +00:00

Mitra Web

Default frontend for Mitra.

screenshot

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