ef1f27c09f
commit 0eb12305a58c148027759ea257f0f287796afdda Author: Sabe Jones <sabe@habitica.com> Date: Thu Mar 28 17:13:05 2024 -0500 feat(event): start April 1 midnight end April 2 8pm commit de75cf2b9616ad4fe56051d5644c556bd40b874e Author: Sabe Jones <sabe@habitica.com> Date: Thu Mar 28 08:52:01 2024 -0500 fix(event): correct start timing commit 34b72be4f447f00c31169c4cd6e8ba79655adf8a Author: Sabe Jones <sabe@habitica.com> Date: Wed Mar 27 08:56:27 2024 -0500 feat(event): AF by @CuriousMagpie
Habitica Client
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your unit tests
npm run test:unit
Lints and fixes files
npm run lint
Customize configuration
Vue Structure
Currently pages and components are mixed in /src/components this is not a good way to find the files easy.
Thats why each changed / upcoming page / component should be put in either /src/components or in the /src/pages directory.
Inside Pages, each page can have a subfolder which contains sub-components only needed for that page - otherwise it has to be added to the normal components folder.
At the end of all the changes - the components should only contain components needed between all pages