https://github.com/dylhack/trackboard
Atriarchy Release Dashboard (WIP) - fork of atriarchy/dashboard
https://github.com/dylhack/trackboard
Last synced: about 1 year ago
JSON representation
Atriarchy Release Dashboard (WIP) - fork of atriarchy/dashboard
- Host: GitHub
- URL: https://github.com/dylhack/trackboard
- Owner: dylhack
- Created: 2024-09-01T04:01:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T22:00:41.000Z (almost 2 years ago)
- Last Synced: 2025-02-18T07:57:42.671Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
This is the development setup process. For production use the Dockerfile and env.
- [How to setup Ruby on Rails](https://gorails.com/setup/windows/11)
```sh
git clone https://github.com/dylhack/trackboard.git
cd trackboard
bin/setup
bin/rails db:seed
# Create an admin account
bin/ruby script/addadmin.rb
# Setup your .env!
cp .env.example .env
bin/dev
```