From d5374f738ea6859a2ff0fed4ffc6dcfb537c131a Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Fri, 24 Nov 2023 01:02:09 +0700 Subject: [PATCH] add README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..46f0abf --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Compute4Change News + +Source code for the [Compute4Change News website](https://www.techtransthai.org). This repo contains assets for building with [Hugo](https://gohugo.io/) using [PaperMod theme](https://themes.gohugo.io/themes/hugo-papermod/) and our articles. + +Run the website for development with + +``` +$ git clone https://codeberg.org/TechTransThai/compute4change-news.git +$ cd compute4change-news +$ hugo server +``` + +[![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page) \ No newline at end of file