Argon is a Rails app with an integrated Bootstrap Dashboard theme. It's built by DinoSaaS, with the Argon theme from Creative Tim.
Clone the repo:
git clone git@github.com:Dino-Saas/Argon.git argon-demo
Download the right gems with the right versions (as specified in the Gemfile
).
bundle install
If you have troubles downloading dependencies, delete your local Gemfile.lock
file and re-run bundle install
.
Update Yarn packages as specified in package.json
.
yarn install
Start up your server.
rails server
Point your browser to http://localhost:3000 and check out your stunning new Rails dashboard!
To initialize the database, run:
rake db:create
rake db:setup
For a deep-dive into the codebase, and a demo walking you through how to customize it, check out the article on DinoSaaS.
Original Argon Bootstrap theme - Copyright © 2020 Creative Tim (https://www.creative-tim.com)