valasek / brow-sec-vul

Browser's security vulnerabilities per version

Home Page:http://browser-security.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

TBD


This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Reddis

Development

Start the Tailwind CLI build process Run the following command from the root directory of your Rails application. This will watch for the changes in the 'https://dev.to/software_writer/how-to-setup-tailwind-3-on-rails-7-2dbo'

  • Deployment instructions git push heroku main

First setup

rails db:system:change --to=postgresql
bundle
heroku create
git push heroku main
heroku run rake db:migrate
heroku addons:create heroku-redis:hobby-dev -a pure-island-89826
heroku ps:scale web=1

Integrate Tailwind with rails 7 - https://dev.to/software_writer/how-to-setup-tailwind-3-on-rails-7-2dbo

  • ...

About

Browser's security vulnerabilities per version

http://browser-security.herokuapp.com/

License:GNU General Public License v3.0


Languages

Language:Ruby 57.0%Language:CSS 24.8%Language:HTML 15.0%Language:JavaScript 3.2%