Skip to content

Commit

Permalink
[#42] 메타태그, 리드미 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
hanseulhee committed Apr 7, 2024
1 parent 462b1bf commit b93551e
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 2 deletions.
38 changes: 36 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# 프리무스
# 프리무스<img src="https://github.com/primus-teoSprint/FE/assets/63100352/92d0b17a-e08d-4b9e-bd7d-a502def93e07" align=left width=100>

아이디어 검증 툴 서비스
> 💡 아이디어 검증 툴 서비스
<div align="center">
<h3>

[`https://primus.today`](https://primus-chi.vercel.app)

</h3>
</div>

## 🪐 Main Service

#### `아이디어 툴`

(자료 추가 예정)

#### `아이디어 검증`

#### `적극적 투자 지표`

#### `결과 도출`

<br />

## 🌝 Project

#### `팀원`

> 테오의 스프린트 17기
| [FE 스리](https://github.com/hanseulhee) | [BE 최롱](https://github.com/Choirong) | [FE 피기](https://github.com/03hoho03) | [FE 환두](https://github.com/chaduhwan) |
| :---------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------: |
| <img src="https://avatars.githubusercontent.com/u/63100352?v=4" width="150" height="160"> | <img src="https://avatars.githubusercontent.com/u/89922415?v=4" width="150" height="160"> | <img src="https://avatars.githubusercontent.com/u/122659293?v=4" width="150" height="160"> | <img src="https://avatars.githubusercontent.com/u/137901354?v=4" width="150" height="160"> |

#### `기술 스택`
13 changes: 13 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
import type { Metadata } from 'next'
import logo from '../app/_assets/_images/logo.png'
import Layout from './_components/layout'
import Recoil from './_store/recoil'
import './_style/globals.css'
import './_style/variables.css'
import Providers from './_utils/provider'

export const metadata: Metadata = {
title: '프리무스',
description: '아이디어 검증 툴 서비스',
viewport: {
width: 'device-width',
initialScale: 1,
userScalable: false,
},
icons: { icon: logo.src },
}

function RootLayout({
children,
}: Readonly<{
Expand Down

0 comments on commit b93551e

Please sign in to comment.