Skip to content

ishaaa-ai/website

 
 

Repository files navigation

UTM CSSC Website

Supporting MCS Students

Docker Build Status Docker Pulls

IntroductionInstallationContact

Introduction

The Computer Science Student Community (CSSC) is an open space for Computer Science students to come in and ask questions about their university and post-university career!

  • Growth

    We're here for you with opportunities, spaces and resources to inform your computer science journey through university!

  • Resources

    We curate resources from across the internet and produce original content for our community!

  • Collaboration

    We work closely with other MCS clubs and societies in order to achieve common goals in the CS community!

Installation

Yarn Installation

  1. Install the required dependencies
yarn install
  1. Run the web server
yarn run dev

Docker Installation

  1. Pull the image from Docker Hub
docker pull utmcssc/website
  1. Start the server
docker run -d --name utmcssc_website -p 3000:3000 utmcssc/website

The website will be listening and serving on port 3000

Contact

You can contact us through these channels:

About

Official website for the UTM Computer Science Student Community

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 79.4%
  • CSS 9.6%
  • JavaScript 8.9%
  • Python 2.0%
  • Dockerfile 0.1%