Skip to content

comsci-upbag/qrcodehunt

 
 

Repository files navigation

COMSCI​@UP.BAG's project for the QR Code Hunt 2023 at the University of the Philippines Baguio. The website is available at qrcodehunt.vercel.app.

Dependencies

  • Node.js (v18.17.1 or higher)
  • Git (v2.32.0 or higher)
  • Docker (v20.10.7 or higher)

Development

Also, check out the SvelteKit documentation to learn more about the framework used in this project.

# clone this repository
git clone https://github.com/comsci-upbag/qrcodehunt

# change directory into the root folder of the application
cd qrcodehunt

# install dependencies (required only on first run or after every update on package.json)
npm install

To be able to start running the project, you'll need to create a .env file in the root folder of the application. This file will contain the environment variables needed to run the application. You can find the content of the .env file at the organization's Messenger group chat. Now that you have the .env file, you can start editing the project with the code editor of your choice and run the following commands to start the development server:

# start the server
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 66.2%
  • TypeScript 27.3%
  • JavaScript 3.9%
  • CSS 1.5%
  • HTML 1.1%