Skip to content

Altcademy/fswd-chatroom

 
 

Repository files navigation

Running the server locally

After downloading the repository Install the gems

bundle

Install tailwind css

rails tailwindcss:install

Create the database

rails db:create

Migrate the database

rails db:migrate

Seed the database

rails db:seed

Start server:

rails s

Visit localhost:3000 to see the app.

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 67.5%
  • HTML 18.0%
  • JavaScript 9.8%
  • Dockerfile 2.2%
  • CSS 1.5%
  • Shell 0.6%
  • SCSS 0.4%