Code Monkey home page Code Monkey logo

hawk.desktop's Introduction

Hawk Desktop

Cross-platform desktop app powered by Electron.

How to start application

Install dependencies

yarn

Set up Garage

For the first run you need to do these steps separately. For the other runs you will find a single command below.

Check the state of submodules and initialize them.

yarn garage:init

Pull the latest updates from master branch

yarn garage:update

Create a .env file for a Garage app.

Copy hawk.garage/.env.example file to hawk.garage/.env and fill required vars.

Install node deps and build.

yarn garage:build

Inject custom script to Garage's index.html file.

yarn garage:inject-script

Here you go.

Command yarn garage runs the following steps automatically:

  • yarn garage:init — check the state of submodules and init them;
  • yarn garage:update — pull the latest updates from master branch;
  • yarn garage:build — install node deps and build;
  • yarn garage:inject-script — inject custom script to Garage's index.html file from.

Use it when you already have actual .env file to update Garage.

Run the app locally

yarn start

Build a distro for the app if you need

yarn build

hawk.desktop's People

Contributors

talyguryn avatar dorofeevmark avatar nikmel2803 avatar ilyamore88 avatar nespecc avatar dependabot[bot] 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.