encryptic-website
Assets for the non-app portion of encryptic.org
Contributing
If you want to contribute to Encryptic's website, you're welcome !
To edit CSS, you'll need to install sass (command line) first. After you've made your changes to the SCSS files, you need to compile them using the following command in the root directory:
$ sass css
Alternatively, you can also watch changes to the SCSS files using the following command:
$ sass --watch css
It will compile the SCSS files everytime you save. Very easy and efficient for live testing.