bwahn / yori

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yori

  • package.json - Points to the app's main file and lists its details and dependencies.
  • main.js - Starts the app and creates a browser window to render HTML. This is the app's main process.
  • index.html - A web page to render. This is the app's renderer process.

To Use

# Clone this repository
git clone https://github.com/bwahn/yori
# Go into the repository
cd yori
# Install dependencies
npm install
# Run the app
npm start

License

CC0 1.0 (Public Domain)

About

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 91.8%Language:HTML 8.2%