Skip to content

Latest commit

 

History

History
executable file
·
34 lines (26 loc) · 511 Bytes

README.md

File metadata and controls

executable file
·
34 lines (26 loc) · 511 Bytes

火星时钟

下载

开发

本地测试:

# Clone this repository
git clone --recursive https://github.com/InterImm/app.git
# Go into the repository
cd app/cal/
# Install dependencies
npm install
# Run the app
npm start

发布(Mac):

# Clone this repository
git clone --recursive https://github.com/InterImm/app.git
# Go into the repository
cd app/cal/
# Install dependencies
npm install
# Modify
# npm build app 
npm run build