Skip to content

absyro/botstudio-hub

Repository files navigation

Bot Studio Hub - The hub for Bot Studio's blogs and documents

Bot Studio Hub is a project that provides a customized version of the Hugo's Doks theme. This project is a fork of the original Doks theme, which can be accessed by clicking here.

Local Development

  1. Run npm install to install the dependencies.
  2. Run npm run dev to start the development server.
  3. Open your web browser and visit http://localhost:1313 to view the site.

Requirements

To use this project, you must have Hugo and Node.js installed. We recommend using the latest extended version of Hugo for both development and production modes. This project is best run on an Ubuntu environment.

Deploying

You can deploy this project to GitHub Pages by following GitHub's deployment guides. Alternatively, you can use other services such as Vercel or Netlify to host your files.

Production Build

To create a production build:

  1. Run npm run build. This will generate the static files in the /public folder.
  2. Use a web server such as serve or http to serve the content of the /public folder.

Contributing

We welcome contributions to the Bot Studio Hub! If you'd like to contribute, feel free to fork this repository, make your changes, and submit a pull request. We appreciate any and all contributions, no matter how small!


This open source project was published under the MIT license by Absyro Company.