Codedrawer helps you to have all your code snippets, daily working annotations and texts (Codetools
), easily organized by Drawers
.
- Generate shared drawers with other users as collaborators.
- Make public codetools, and share them with an url.
- Search your friends and make favorites their codetools.
- Pin your more useful codetools to a Work Board.
ruby 2.6
postgresql 11.5
yarn 1.19.0
bundle install
rake db:create
rake db:migrate
yarn install --check-files
rails s
To populate example data:
rake db:seed
rspec
cap <environment> deploy
Please, contribute with your fork, through a Pull Request.
- Fork the project
- Create a topic branch from master.
- Make some commits to improve the project.
- Push this branch to your GitHub project.
- Open a Pull Request on GitHub.
- José Ramón Sahuquillo - jrsahuquillo
See also the list of contributors who participated in this project.
This project is licensed under the MIT License