This is the frontend of shoutz0r.
Built using Vite, Vue 3 & Bootstrap.
Storybook can be found here. The Storybook stories can be found in this repo.
Feel free to ask any questions in the discussions
.
To run a local webserver with hot-reload you can run:
npm run dev
Make sure to add shoutzor.local
to your hosts
file pointing to 127.0.0.1
; The website will then be available at http://shoutzor.local:5173/
If you change the URL or port to something else, make sure you modify the FRONTEND_URL
environment variable accordingly for the backend
.
Shoutz0r is being developed entirely in my spare time.
If you like this project, please consider sponsoring it using the button in the sidebar of this repo (or click here ).
Every little bit helps to buy me a beer or pizza, which keeps me going!
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).