项目作者: outline

项目描述 :
Marketing website for the Outline knowledge base.
高级语言: HTML
项目地址: git://github.com/outline/website.git
创建时间: 2020-06-06T06:20:16Z
项目社区:https://github.com/outline/website

开源协议:BSD 3-Clause "New" or "Revised" License

下载



Outline

This is the source code that runs the Outline marketing website. If you are looking for the source code for the Outline knowledge base application, then head over to outline/outline. Otherwise feel free to look around and use this is as inspiration for your own site.

Development

To run a development server:

  1. yarn install
  2. yarn dev

Deployment

To push changes to the production website:

  1. yarn deploy