Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
snamiki1212 committed Jan 28, 2023
2 parents 4be2873 + fd341fb commit dcbc89b
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Getting Started
# Lunash

Lunash is Nash's blog about tech, life, etc.

## Installation

```zsh
cp .env.eample .env
yarn
yarn astro sync
# yarn astro sync
yarn dev
```

Expand All @@ -14,5 +18,15 @@ yarn dev
- [TypeScript](https://www.typescriptlang.org/)
- [Daisy UI](https://daisyui.com/)
- [Remeda](https://remedajs.com/)
- [Cloudflare Pages](https://www.cloudflare.com/)

## Deploy Flow

```mermaid
flowchart LR
Local -- Code Push --> GitHub -- Hooks and Run CI --> Cloudflare -- Deploy --> Done
```

## LICENSE

© 2019-2023 Shun Namiki a.k.a Nash

0 comments on commit dcbc89b

Please sign in to comment.