• Stars
    star
    701
  • Rank 64,589 (Top 2 %)
  • Language
    HTML
  • Created almost 10 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

✈️ Conjunto de informações, experiências e burocracias para poder trabalhar remotamente para empresas do mundo todo

Guia do trabalho remoto

Built with Electric

Setup

  1. Make sure you have node and npm installed:
node -v && npm -v
  1. Install our global dependencies:
[sudo] npm i -g electric-cli@alpha
  1. Install our local dependencies:
npm i

Usage

  • Build the site, serve it locally, and watch for any changes:
electric run
  • Deploy to production (send build files to gh-pages branch):
electric deploy