Giter VIP home page Giter VIP logo

welcome's Introduction

Welcome to Aerolab!

Aerolab Welcome on a MacBook

Welcome is a macOS desktop app to help onboard new hires at Aerolab.

Built using Electron (Javascript + Node.JS), the app guides to through the process of setting up your Mac on your first day. It covers many tasks from your computer's name and creating a private key, all the way towards logging into our Slack channel.

This app assumes the Mac has been set up with our Mac Setup Script, which includes Brew, Brew Cask and a ton of extra utilities. If that's not the case, it should work fine as long as Git is properly configured.

Config Variables

You need to create an src/config.json file to add the semi-secret variables you need for the app to work properly:

{
  "gitlabLink" : "The link to the private GitLab",
  "sketchKey" : "The Sketch for Teams License Key",
  "whatsappLink" : "The Signup Link for the WhatsApp Group",
  "itMail" : "The mail for setting up your Private Key"
}

Dev Enviroment

It's a standard Node.JS app, so as usual you first need to install all the dependencies with

npm install

And then to start the development environment you run

npm run dev

Building the App

To build the production app you only need to run

npm install
npm run build

After Electron does it's thing, you'll find the final version for macOS (64 bit) under the build/ directory.

License

MIT © Aerolab 2017

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.