moved everything out of the source directory

This commit is contained in:
Kim, Jimin 2022-02-19 17:50:34 +09:00
parent 8f13b81918
commit 294387d8d5
151 changed files with 21 additions and 60 deletions

View file

@ -19,19 +19,13 @@ Source code for my (developomp's) <a href="https://developomp.com" target="_blan
git clone https://github.com/developomp/developomp-site.git
```
#### 2. Open the [`source`](./source) directory
```bash
cd source
```
#### 3. Install dependencies
#### 2. Install dependencies
```bash
yarn install
```
#### 4. Test locally
#### 3. Test locally
```bash
yarn start