Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Budibase/website
Budibase website - The fastest way to build internal apps that integrate with any workflow.
https://github.com/Budibase/website
hugo internal-tools low-code marketing open-source self-hosted
Last synced: 29 days ago
JSON representation
Budibase website - The fastest way to build internal apps that integrate with any workflow.
- Host: GitHub
- URL: https://github.com/Budibase/website
- Owner: Budibase
- License: mit
- Created: 2018-11-28T22:07:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T13:16:24.000Z (8 months ago)
- Last Synced: 2024-04-14T05:44:20.424Z (8 months ago)
- Topics: hugo, internal-tools, low-code, marketing, open-source, self-hosted
- Language: HTML
- Homepage: https://www.budibase.com
- Size: 165 MB
- Stars: 9
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Budibase/website - Budibase website - The fastest way to build internal apps that integrate with any workflow. (HTML)
README
# Budibase
Budibase website, built with [Hugo](https://gohugo.io/) and deployed via [Netlify](https://www.netlify.com/).[![Netlify Status](https://api.netlify.com/api/v1/badges/82d1de9f-c7e4-4c4b-83ca-816c90c66f17/deploy-status)](https://app.netlify.com/sites/budibase/deploys)
The setup use Markdown files for content creation. There is no CMS.
Performance testing is completed using Google Lighthouse.
## Getting started
See the setup guide here:
https://budibase.atlassian.net/wiki/spaces/MAR/pages/203784197/Setting+up+our+content+flow## Local Dev
Run the following to start the local development server
```bash
hugo server
```