Source code of SKNI "KOD" conference site - www.skni25.pl
This project requires node.js installed on your computer.
To get started, just clone the repository and run npm install && npm run dev:
npm install
npm run dev
If you wanted to run this site in production, you should install modules then build the site with npm run build and run it with npm start:
npm install
npm run build
npm start