Skip to content

phaedryx/signature-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This app was created as a proof of concept. The idea is to have a central hub from which any employee can generate a custom email signature.

To run:

  1. Clone repository
  2. Run command: bundle install
  3. Run command: npm install
  4. Run command: bundle exec rake db:create db:migrate db:seed
  5. Start weback dev server with command: npm run dev_server
  6. Start rails server with command: bundle exec rails s
  7. Content is viewed on localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 59.8%
  • JavaScript 27.0%
  • HTML 11.5%
  • CSS 1.7%