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: 26 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-25T12:58:02.000Z (29 days ago)
- Last Synced: 2025-04-25T13:52:29.710Z (29 days ago)
- Topics: hugo, internal-tools, low-code, marketing, open-source, self-hosted
- Language: HTML
- Homepage: https://www.budibase.com
- Size: 156 MB
- Stars: 16
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Budibase
Budibase website, built with [Hugo](https://gohugo.io/) and deployed via [Netlify](https://www.netlify.com/).[](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
```