A simple app to make life more convenient in SJTU dorms.
- Opening doors with a click [check]
- Closing and opening lights [wip]
- A beautiful and elegant interface [always]
-
This project is still in alpha stage, and no pre-built apks has yet been made. For manual installation on the phone, please build this app with node.js(npm build) then convert it into an app.
-
To get the pc version running, do as follows:
- Install Node.js and Git (optional, downloading the zip will suffice if you aren't planning to contribute);
- (if using Git) run
git clone "https://github.com/RayZh-hs/sjtu-better-dorm.git"
- Navigate into the folder and install dependencies:
cd ./sjtu-better-dorms
npm install
- Set up the development server:
npm run dev
- Go to the localhost specified in any browser.
- Due to screen ratio differences, we strongly recommend enabling the tablet mode / phone mode in your browser. The app won't be displayed correctly otherwise.