Skip to content

The Website for the University College Cork (UCC)'s Networking, Technology & Gaming Society's website.

Notifications You must be signed in to change notification settings

UCCNetsoc/ucc-netsoc-website

 
 

Repository files navigation

UCC NetSoc Website

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 :)

License: CC BY-SA 4.0 License: CC BY-SA 4.0

For Contributors

Don't forget to run npm install after cloning the repo.

Stylesheets

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.

Developing

npm run dev

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

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for the target environment.

Calender / Events API

See the API.

About

The Website for the University College Cork (UCC)'s Networking, Technology & Gaming Society's website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 39.6%
  • SCSS 37.3%
  • JavaScript 8.5%
  • HTML 8.4%
  • TypeScript 6.2%