Skip to content

JasonSoares/applied-conservation

 
 

Repository files navigation

View performance data on Skylight

Applied Conservation

An application to help organize and plan reservation projects.


Instalation

Ruby & Rails versions

The application is tested and developed on Ruby 2.5.1 and Rails 5.2

CONFIG KEYS

To run the application locally you must get the config/master.key file or setup your own local SECRET_KEY.

Development

To run the application locally for development follow the below commands after installing ruby and Postgresql.

gem install bundler
bundle install
yarn
bundle exec rake db:create db:schema:load db:migrate
bin/webpack
rails s

Javascript development

You can run bin/webpack-dev-server to run the "hot" webpack server while working on any React components.


Testing

Ruby

Run the tests with bin/rake or rspec

JS

Run the tests with yarn test or yarn test-watch

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 71.9%
  • HTML 18.1%
  • CSS 7.8%
  • JavaScript 2.2%