This is the new website for University College Cork's Networking, Technology, and Gaming Society, redesigned in 2025 by El Egan Morley.
Moved from yakowa/ucc-netsoc-website on 2025-11-06, will continue to be maintained here :)
Don't forget to run npm install after cloning the repo.
If changing styles in base.scss, run npm run update-styles to update the base.css.
If you are wanting wanting it to be watched and to be refreshed on save, run npm run watch-styles.
If you're editing a different scss file other than base, you can just manually run
sass src/lib/assets/scss/base.scss src/lib/assets/css/base.css, or if you want it to be watched, run sass --watch src/lib/assets/scss/base.scss src/lib/assets/css/base.css, where base.scss and base.css are the names of your scss and css respectively.
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for the target environment.
See the API.