Skip to content

danielfdsilva/personal-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daniel da Silva CircleCI

Version 1.2.2

My personal website. Live at http://danielfdsilva.com

Development environment

To set up the development environment for this website, you'll need to install the following on your system:

  • Node v6 (To manage multiple node versions we recommend nvm)
  • Yarn Package manager

After these basic requirements are met, run the following commands in the website's folder:

$ yarn install

Getting started

$ 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/.

Other commands

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

License

My website is licensed under The MIT License (MIT), see the LICENSE file for more details.