Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

The new new URY website (Updated in 2023)... (A Freshers Project)

License

Notifications You must be signed in to change notification settings

UniversityRadioYork/201623-site

 
 

Repository files navigation

201623-site

How to install

Full instructions for installation are available in the USING.md file. If you already know what you're doing, the instructions below should suffice.

Configuration for site is located in config.toml, and you'll need a MyRadio API key with the requisite permissions copied into a .myradio.key file in the same directory.

Then follow the Requirements below.

Requirements

Requires Go 1.6 to compile and run, along with sassc to compile the SCSS files. You may use other SASS compilers if you wish, but be prepared for unexpected results.

Alternatively, you can use Docker alone

Running the site

Without Docker

$ make run # Builds scss files, and runs the server

With Docker 🐳

$ make build-docker-image #Builds the image, will only have to be re-run if you change the Dockerfile
$ make docker #Runs the image

Editor Config

There is a handy editor config file included in this repo, most editors/IDE's have support for this either natively or through a plugin, see here.

About

The new new URY website (Updated in 2023)... (A Freshers Project)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 57.8%
  • JavaScript 20.6%
  • SCSS 17.9%
  • CSS 2.0%
  • Shell 0.5%
  • Dockerfile 0.5%
  • Other 0.7%