SpotJams / sj-landing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpotJams - landing site

This is the SpotJams landing site repository.

References

github

materialize

Setup

# make a spotjams directory in the user's HOME directory
mkdir $HOME/spotjams
cd $HOME/spotjams

# clone the spotjams landing site 
git clone git@github.com:verdverm/sj-landing
cd sj-landing

# setup the spotjams landing site for development
./setup.sh

Running the development version

Watching the assets and automatically compiling:

grunt watch

Serving the code (in a new terminal):

go run local.go

Manually compling the assets:

grunt

Deployment

Deployment to the actual servers is handled by a different repository which links in this site.

About


Languages

Language:CSS 52.0%Language:JavaScript 46.4%Language:HTML 1.5%Language:Shell 0.0%Language:Go 0.0%