Skip to content
/ ArmIT Public

Website of the corporate relations committee within the IT-division at Chalmers

Notifications You must be signed in to change notification settings

cthit/ArmIT

Repository files navigation

ArmIT's website

The ArmIT website is made in HTML/CSS + JS using SvelteKit and Tailwind. Maintained by the ArmIT committee in the software engineering student division of Chalmers University of Technology.

Installation

The application can be run through docker or npm. A dockerfile is available in the root of the source tree OR install Node.js and use the package manager 'npm' to install Svelte and Tailwind

npm install
npm install -D tailwindcss

Running the application

To run the application in developer mode using npm, run the following lines in the terminal.

npm run dev #To run the application

To run the application using docker, run the following lines in the terminal.

docker build -t <your desired image name> . #This will build your docker image. Include the dot.
docker images #To see the info of your newly created image (image id, image name, etc)
docker run -p 3000:3000 <image id> #This will run a container of your image and the application. Enter localhost in browser.

Contributors

Developed and designed by the following members in ArmIT'23:

Annelie Hansson, Liam Mayor, Mikael Motin

About

Website of the corporate relations committee within the IT-division at Chalmers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages