Skip to content

ueqt/aoi-hana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoi-hana

Human in China history.

Build Status Dependency Status devDependency Status

To Use

# Clone this repository
git clone https://github.com/ueqt/aoi-hana
# Go into the repository
cd aoi-hana
# Install dependencies and run the app
npm install && npm start

To Release

git tag -a "v0.1.0" -m "test auto release from travis"
git push origin master --tags

Solve electron-prebuilt postinstall error

Ref electron-userland/electron-prebuilt#69 (comment)

rm -rf ~/.electron/
rm -rf ~/.atom/
npm cache clear
npm install