Timeliner is an open-source, free to use web application that aims to help web developers and designers create a good-looking portfolio page, quick and easy.
You need a portfolio or just a unique online resume, you need to add some basic information about yourself and what you do. You need it to look good, you don't have time to build it from scratch, and you don't want to buy a template for $10 and hack into it because again you don't have time for that, and you don't want to pay for a fancy online service.
TBC
- Fork the app
- Run
bundle install
in the root directory - Make sure that Postgresql is installed and you have an account setup
- Create
config\database.yml
and fill it, you can see the sample fileconfig\database.sample.yml
for reference. - Create
config\application.yml
and fill it, you can see the sample fileconfig\application.sample.yml
for reference. - Run
rake db:create db:migrte
- Refactor code to follow the coding style guides.
- Fork it
- Set it up
- Create your feature branch (
git checkout -b new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push -u origin new-feature
) - Create a new Pull Request
Thanks to
- DigitalOcean for hosting
- AppSignal for providing error tracking & performance insight
you guys rock!