https://github.com/outline/website
Marketing website for the Outline knowledge base.
https://github.com/outline/website
nextjs website
Last synced: 3 months ago
JSON representation
Marketing website for the Outline knowledge base.
- Host: GitHub
- URL: https://github.com/outline/website
- Owner: outline
- License: bsd-3-clause
- Created: 2020-06-06T06:20:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-22T12:30:24.000Z (5 months ago)
- Last Synced: 2025-05-22T14:21:51.278Z (5 months ago)
- Topics: nextjs, website
- Language: HTML
- Homepage: https://www.getoutline.com
- Size: 91.6 MB
- Stars: 27
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - outline/website - Marketing website for the Outline knowledge base. (HTML)
README
![]()
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
```