Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/outline/website

Marketing website for the Outline knowledge base.
https://github.com/outline/website

nextjs website

Last synced: 2 months ago
JSON representation

Marketing website for the Outline knowledge base.

Awesome Lists containing this project

README

        


Outline

This is the source code that runs the [Outline marketing website](https://www.getoutline.com). If you are looking for the source code for the Outline knowledge base application, then head over to [outline/outline](https://github.com/outline/outline). Otherwise feel free to look around and use this is as inspiration for your own site.

## Development

To run a development server:

```
yarn install
yarn dev
```

## Deployment

To push changes to the production website:

```
yarn deploy
```