Made with Vue 2. By default runs on http://localhost:8080 .
Needs backend: https://github.com/R-N/simta-backend
Sample deployment:
Vercel:
- https://simta-frontend.vercel.app
- https://simta-frontend-xstinky12-gmailcom.vercel.app
- https://simta-frontend-git-main-xstinky12-gmailcom.vercel.app
- https://simta-frontend-6tr2uzkt1-xstinky12-gmailcom.vercel.app
Netlify:
- https://charming-sfogliatella-1de435.netlify.app/
- https://63a1a4ac241d2b03b30d3c9a--charming-sfogliatella-1de435.netlify.app/
(You may need to open the backend first and wait a little for it to boot: https://simta-backend.vercel.app )
Requirement:
- node & npm
- yarn
- vue cli
Executing / running:
cd simta
yarn config set ignore-engines true
npm install
npm run serve
If install still errors due to engine node > 17, try "yarn install --ignore-engines" instead
cd simta
yarn install --ignore-engines
npm run serve
This frontend app by default uses http://localhost:5000 for the backend address. Set VUE_APP_BACKEND_ADDRESS environment variable to change it.
When deploying this, you need to set the project root to the simta folder.
There's also a tauri app for windows in the releases: https://github.com/R-N/simta-frontend/releases/tag/0.0.2