Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/outline/website
- Owner: outline
- License: bsd-3-clause
- Created: 2020-06-06T06:20:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T23:42:29.000Z (4 months ago)
- Last Synced: 2024-09-18T03:57:27.507Z (4 months ago)
- Topics: nextjs, website
- Language: HTML
- Homepage: https://www.getoutline.com
- Size: 89.4 MB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
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
```