mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
71a597059b0c2c1716cc2a4458322a176b9ba041
README
Local development
# Set it up...
git clone https://github.com/hackclub/harbor && cd harbor
# Set your config
cp .env.example .env
# THIS IS THE PART WHERE YOU EDIT YOUR CONFIG
vim .env
# need your local db to be encrypted for some reason? Sure! Replace all the
# secrets with the output of this:
bin/rails runner "puts SecureRandom.base64"
# not guaranteed to be secure for production, but fine for local development
# Build the project
Description
Just give it some time!
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-05-01T16:06:52.535Z
Languages
Ruby
54.4%
HTML
36.8%
JavaScript
4.5%
CSS
3%
Shell
0.6%
Other
0.7%