24 coding challenges during Advent time from Hack Kosice
Client: Svelte, Firebase Hosting, Bcrypt
Server: Node.js, Express, JWT, SQLite3
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
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
Sure, submit your task in Notion
If you have any feedback, please reach out to me at dmatis@hackkosice.com