Skip to content

bruxemburg/SRUN

Repository files navigation

SRun

In time all the time

Table of contents

  1. Steps to reproduce
  2. Development notes
  3. Steps to build
  4. About the project
  5. Are going to do
  6. License
  7. Contributors

Steps to reproduce

NOTE: NodeJS, NPM are required

  1. Clone the repo using GIT git clone https://github.com/Bruxemburg/SRUN.git . in order to copy right into the current folder. To clone into SRUN folder do following: git clone https://github.com/Bruxemburg/SRUN.git. Also, you can go to Code -> Download ZIP to download the compressed ZIP archieve of source code.
  2. Install modules via npm install.
  3. Install recommended extensions for VSCode. List of extensions is available in .vscode/extensions.json.
  4. Reload VSCode is necessary if using it.
  5. Run Vite server using npm run dev or in order to set different port you can go with npx vite --port=[port].
  6. Open web browser and go to the localhost:port. If everything is correct then you'll see the Alarms view.
  7. Recommended to use browser devtools to set the mobile screen dimensions.
  8. To close the server click Ctrl+C.