Giter Site home page Giter Site logo

loa-tools's Introduction

Tools for Lies of Astaroth (loa-tools)

Developers Guide

Getting Started

This app uses React to build the UI, and Electron to create the standalone desktop version of this app.

To get started building this app, follow these steps:

  1. Clone this repository using Git.

  2. Install Node.js. I recommend installing through NVM, but it's not absolutely required

  3. Install yarn through NPM (Node Package Manager). Some commands assume yarn is installed, so install it using:

    • npm install -g yarn
  4. Change to repository directory and run yarn install.

  5. Here are some useful commands:

    • yarn start: starts the server and opens a browser page to the site.
    • yarn electron-dev: opens the app in Electron (development mode).
    • yarn electron-dist: produces an Electron executable in the dist folder.

    See full list of commands in the commands section.

Commands

Note: Running commands not listed here but exists in package.json may cause flying monkeys to appear and the Moon to come crashing down to Earth. Please don't run them unless you know what you're doing. Thank you.

  • yarn start: starts the React server and open up a browser page to the website. You can also access the page through http://localhost:3000.
  • yarn build: builds the app in the build folder so that it can be served in an HTTP server.
  • yarn electron-dev: runs the Electron app in development mode.
  • yarn electron-pack: generates package directory without packaging it. May be used for debugging.
  • yarn electron-dist: produces an Electron executable in the dist folder.
  • yarn update-loa-data: updates the files in /public/loa-data folder.

loa-tools's People

Contributors

angular-cli avatar seally 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.