GithubHelp home page GithubHelp logo

ehcorrea / brdevstreamers-ui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from brdevstreamers/brdevstreamers-ui

0.0 0.0 0.0 4.25 MB

License: Apache License 2.0

Dockerfile 0.37% HTML 4.78% CSS 2.39% TypeScript 82.88% Shell 0.44% JavaScript 9.13%

brdevstreamers-ui's Introduction

Checks & Deploy

Welcome to BR Dev Streamers πŸ‘‹

O Br Dev Streamers surgiu com a ideia de agregar todas as pessoas que fazem live coding em portuguΓͺs na Twitch.

Installation

Install my-project with npm

  cd my-project
  yarn install
  cp .env.example .env

Usage

  yarn start

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

Running Tests

To run tests, run the following command

  yarn test

To start visual tests with Cypress playground:

  yarn start
  yarn cy:open

To run tests in CI:

  yarn build && yarn test:e2e

Commit

Add files to staged files and run the following command

  git commit

This command will check lint errors in your files and will guide you through the commit process.

🀝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page. You can also take a look at the contributing guide.

✨ Deployment

There is a Dockerfile that already serves an NGINX with SSL.

You can simply, edit the nginx.conf file to match your domain:

server {
    listen              443 ssl;
    server_name         brstreamers.dev;
    ssl_certificate     /etc/letsencrypt/live/brstreamers.dev/fullchain.pem;
    ssl_certificate_key /etc/letsencrypt/live/brstreamers.dev/privkey.pem;
    location / {
        root   /usr/share/nginx/html;
        try_files $uri $uri/ /index.html =404;
    }
}

Then:

  docker build -t brdevstreamers-ui .

And:

  sudo docker run -d -p 80:80 -v "/home/brdevstreamers/letsencrypt:/etc/letsencrypt" --network host --name brdevstreamers-ui brdevstreamers-ui

Contributors

brdevstreamers-ui's People

Contributors

flaviojmendes avatar nandosangenetto avatar brunobandev avatar lucasmonstrox avatar ehcorrea avatar carlosqsilva avatar igorhenriquesouza avatar joaom00 avatar omarkdev 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.