Skip to content

hackkosice/hk-advent

Repository files navigation

Logo

HK Advent 2021

24 coding challenges during Advent time from Hack Kosice

Code size Version Website Last commit

Authors

Tech Stack

Client: Svelte, Firebase Hosting, Bcrypt

Server: Node.js, Express, JWT, SQLite3

Run Locally

Clone the project

  git clone https://github.com/hackkosice/hk-advent

Go to the project directory

  cd hk-advent

Install dependencies

  npm i

Start the server

  npm run dev

Deployment

GitHub Actions are set up to deploy after merge to main and push to develop

To deploy production version of this project manually, run

  firebase login
  npm run build
  firebase deploy

To deploy develop version of this project manually, run

  firebase login
  npm run build
  firebase hosting:channel:deploy dev

FAQ

Can I contribute?

Sure, submit your task in Notion

Feedback

If you have any feedback, please reach out to me at dmatis@hackkosice.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published