mirror of
https://github.com/czhu12/canine.git
synced 2025-12-17 00:44:33 -06:00
70eea72e4f49fe7797c3133c42de4e0b2ed42da0
TODO
- Onboarding flow
- we should have a feature to continuously poll stuff and figure out if they are still alive
- Healthchecks and whatnot
- Command to actually open a console with all the environment variables set up
- Finish the landing page
- Write the manifesto
Setup
- node 18
- brew install helm
- bundle install
- cloudflared tunnel for development testing with github
- set up .env file
- run docker locally
- TODO: beef up readme
APP_HOST=canine.example.com
OMNIAUTH_GITHUB_WEBHOOK_SECRET=1234567890
OMNIAUTH_GITHUB_PUBLIC_KEY=1234567890
OMNIAUTH_GITHUB_PRIVATE_KEY=1234567890
Running
To run your application, you'll use the bin/dev command:
bin/dev
Description
Languages
Ruby
48.8%
HTML
27.3%
CSS
17%
JavaScript
5.9%
Shell
0.7%
Other
0.3%