Code Monkey home page Code Monkey logo

ttbud's Introduction

ttbud

Your virtual table friend

ttbud.app

Requirements

Development

# Configure your environment
cp .env.example .env
# Use the development setup (for hot-reload, etc..)
export COMPOSE_FILE=docker-compose.yml:docker-compose.dev.yml
# Build all the images
docker-compose build
# Install web dependencies
docker-compose run --rm web yarn install
# Start the development server in the background
docker-compose up -d

Infrastructure setup

Requirements

API

heroku update beta
heroku plugins:install @heroku-cli/plugin-manifest

heroku apps:create ttbud --manifest
heroku apps:create ttbud-staging --manifest --remote staging

Web

netlify sites:create -n ttbud
netlify sites:create -n ttbud-staging

CI

Connect circleci to the github repository

Set up the following API keys:

  • HEROKU_API_KEY: An API key that has access to your heroku apps
  • NETLIFY_AUTH_TOKEN: An API key that has access to your Netlify sites
  • NETLIFY_STAGING_SITE_ID: The site id returned when creating the staging Netlify site above
  • NETLIFY_PROD_SITE_ID: The site id returned when creating the prod Netlify site above

Deploy

All code in master automatically deploys to staging. To deploy to prod, navigate to the circleci UI for the build you want to deploy, and click approve on the await-approval step

Licenses

  • icons in web/src/icon - Licensed from game-icons.net under CC BY 3.0
  • web/public/favicon.ico - Font Aref Ruqaa licensed under SIL Open Font License, 1.1
  • Everything else - Licensed under MIT, see LICENSE file in repo

ttbud's People

Contributors

dependabot-preview[bot] avatar samandor69 avatar sburba avatar sjohnson31 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.