mlops-discord / blog

https://mlops-discord.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog

This is source code for our site mlops-discord.github.io You can use it to edit markdown files, then update the site at https://github.com/mlops-discord/mlops-discord.github.io

Usage

The main branch is our source of truth. Only content in main should be on the site.

For local development

  1. Clone this repo
git clone git@github.com:mlops-discord/blog.git
  1. Move into the directory blog
cd blog
  1. Install dependencies
npm install
  1. Build the site
npm run build
  1. Serve the site locally
npm run serve

Deploy site

Once a change has been merged back to main (and only then), run

npm run deploy

Note that this requires access to the site repo, so leave deployment to the site admins

More instructions

Follow instructions here to set up for local development / deploy to production!

Contributing Guide

If you have any suggestions, take a look at the issues page, or any PR's that might be tackling the issues already. If it's not, please feel free to open an issue and contribute code to the project.

About

https://mlops-discord.github.io/

License:BSD Zero Clause License


Languages

Language:JavaScript 86.7%Language:CSS 13.3%