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

No packages published

Languages

  • Ruby 66.3%
  • HTML 17.3%
  • JavaScript 11.2%
  • Dockerfile 2.5%
  • CSS 1.7%
  • Shell 0.6%
  • SCSS 0.4%