GitHub - codi-hacks/website: Website for the programming club

The JTCC Programming Club website

Vue

This application leverage Vue.js for the component structure you see in src/.

If you aren't familiar with Vue, that's okay. Have a look at the guide on what it does and getting started.

Project setup

This application is written using node.js. Download node.js to get started.

Once installed, open your terminal in the folder where you downloaded this source code and run the command:

This will download the local web server, vue, and all the other dependencies needed to run the project.

Start the server

This command compiles the source code and serves it up for you in the browser. It also does hot-reloading and basic error checking.

Once you run the command, copy the url it prints out and open in your browser to see the website

Compile and minify for production

Lint and fix files

Customize configuration

See Configuration Reference.

Contributors