Skip to content

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

License

Notifications You must be signed in to change notification settings

dizorganised/201623-site

 
 

Repository files navigation

2016-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 58.0%
  • JavaScript 21.3%
  • SCSS 17.3%
  • CSS 2.0%
  • Dockerfile 0.5%
  • Shell 0.5%
  • Makefile 0.4%