From 1e9d5c3bdb38476d48b8c5b6308b41d1ff3a7387 Mon Sep 17 00:00:00 2001 From: Tuan Cao Date: Wed, 20 Apr 2022 10:50:38 +0700 Subject: [PATCH] Add getting started note --- posts/Getting Started.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 posts/Getting Started.md diff --git a/posts/Getting Started.md b/posts/Getting Started.md new file mode 100644 index 0000000..8d498b0 --- /dev/null +++ b/posts/Getting Started.md @@ -0,0 +1,23 @@ +## Getting started +### Run on your local machine + +Steps to run it on your local machine: +1. Clone this [Github repo](https://github.com/TuanManhCao/digital-garden) +2. Install [yarn](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable) package manager +3. Copy all of your **markdown** file (`.md` only) and folder to `/posts/` **except** `/posts/index.md` file +4. Go to root folder of your project, run `yarn && yarn run dev` +5. Open this link in your browser http://localhost:3000/ + +If you prefer video content have a look at my walk through video in here +**Youtube** + +### Publish to the internet + +Setup environment (with Netlify) +1. Create your Github account and clone [my repository](https://github.com/TuanManhCao/digital-garden) +2. Create Netlify account and follow [this instruction](https://www.netlify.com/blog/2020/11/30/how-to-deploy-next.js-sites-to-netlify/) + + +Your normal workflow for publishing content, after initial setup is: +1. Simply writing your content in Obisidian (or your favourite Markdown editor) +2. Commit your changes and Push it to your Github repo \ No newline at end of file