Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooorobo committed Aug 12, 2023
1 parent b6b0a39 commit dd6140c
Showing 1 changed file with 33 additions and 5 deletions.
38 changes: 33 additions & 5 deletions README.md
@@ -1,5 +1,33 @@
- React for building UI
- Linaria for styling
- Webpack for bundling
- Koa for server side rendering
- zod for api response validation
# Bandalart - Web

<div align="center">

<a href="https://www.bandalart.co/share/Ha63U">
<img src="./src/assets/image/logo.png">
</a>
<br/>
<p>
부담감은 적게, 목표는 크게
<br/>
<b><i>반다라트</i></b>
<br/>
<br/>
<a href="https://www.bandalart.co/share/Ha63U">데모</a>
</p>
</div>



## 시작하기

```shell
npm i
npm run dev
```

## 기술

- **React** for building UI
- **Linaria** for styling
- **Webpack** for bundling
- **Koa** for server

0 comments on commit dd6140c

Please sign in to comment.