From bb88dd6a02045289e39cba86a70fbc30267db704 Mon Sep 17 00:00:00 2001 From: yudejp Date: Fri, 28 May 2021 12:50:00 +0900 Subject: [PATCH] Update README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9042f08..04cff37 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,11 @@ Front page of [yude.jp](https://yude.jp).\ Built with [Next.js](https://nextjs.org/) and [Tailwind CSS](https://tailwindcss.com/) and deployed on [Vercel](https://vercel.com). ## Development -* To setup your repository, please run `yarn`. -* To preview, please run `yarn dev`. +### Setup +1. Run `yarn`. +1. Rename `.env.local.sample` as `.env.local` and set value. +### Preview +* Run `yarn dev`. ## License This repository is licensed under the MIT License.