Version 1.2.2
My personal website. Live at http://danielfdsilva.com
To set up the development environment for this website, you'll need to install the following on your system:
After these basic requirements are met, run the following commands in the website's folder:
$ yarn install
$ yarn serve
Compiles the compass files, javascripts and generates the website which is available at http://localhost:3000/
The system will watch files and execute tasks whenever one of them changes.
The site will automatically refresh since it is bundled with livereload.
The website is built from the source files in app/
and copied to dist/
.
Compile the compass files and javascripts prepared for production (minified, uglyfied). Every time changes will be pushed to production, this command needs to be run:
$ yarn build
My website is licensed under The MIT License (MIT), see the LICENSE file for more details.