项目作者: SafeStudio

项目描述 :
A collection of Christian ebooks
高级语言: Vue
项目地址: git://github.com/SafeStudio/christian-ebook-collection.git
创建时间: 2019-02-02T05:56:09Z
项目社区:https://github.com/SafeStudio/christian-ebook-collection

开源协议:MIT License

下载


Christian ebook collection Build Status

Greenkeeper badge

🎉 A collection of Christian ebook

This project aim to provide Christian ebook collection for everyone, every device.

Instructions

To run this application on your machine, first clone the repository and install
the required dependencies:

  1. git clone https://github.com/SafeStudio/christian-ebook-collection.git
  2. cd christian-ebook-collection
  3. yarn install

Run the dev script to compile the content and spawn a local server to serve
the compiled code. While this script is running, any changes made to the
markdown files will automatically be updated on the locally served pages.

  1. yarn dev

To prepare the application for deployment, first run yarn build to compile
the application in production mode. This will generate a directory in
content/.vuepress called dist.

  1. yarn install -g serve
  2. yarn build
  3. cd content/.vuepress/dist
  4. serve .

Scripts

Script Description
dev Compiles content and serves bundled code
build Compiles content and other static assets for deployment
lint Runs markdown linter to check lint errors
test Runs lint script

Contributing

Please refer to the Contributing Guide.

License

This is free and open source software released into the public domain.

For more information, please refer to https://opensource.org/licenses/MIT