/Argon

Argon Starter App

Primary LanguageSCSSOtherNOASSERTION

Argon is a Rails app with an integrated Bootstrap Dashboard theme. It's built by DinoSaaS, with the Argon theme from Creative Tim.

Argon Dashboard

Getting Started

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!

Database

To initialize the database, run:

rake db:create
rake db:setup

Diving into the codebase

For a deep-dive into the codebase, and a demo walking you through how to customize it, check out the article on DinoSaaS.

License

Licensed under MIT.

Original Argon Bootstrap theme - Copyright © 2020 Creative Tim (https://www.creative-tim.com)