51 lines
1.6 KiB
Markdown
51 lines
1.6 KiB
Markdown
# developomp-site
|
|
|
|
[](https://developomp.com/portfolio/developomp.com)
|
|
[](./LICENSE)
|
|
|
|
Source code for my (developomp's) <a href="https://developomp.com" target="_blank">website</a>.
|
|
|
|
## Setup
|
|
|
|
### Requirements
|
|
|
|
- [nodeJS](https://nodejs.org)
|
|
- [yarn](https://github.com/yarnpkg/yarn)
|
|
|
|
### Steps
|
|
|
|
#### 1. Clone this repository
|
|
|
|
```bash
|
|
git clone https://github.com/developomp/developomp-site.git
|
|
```
|
|
|
|
#### 2. Install dependencies
|
|
|
|
```bash
|
|
yarn install
|
|
```
|
|
|
|
#### 3. Test locally
|
|
|
|
```bash
|
|
yarn start
|
|
```
|
|
|
|
## Special thanks
|
|
|
|
- My dear friend [Aditya Prakash](https://github.com/AdityaPrakash-26) for extensive testing and wonderful suggestions
|
|
- [Ruipeng Zhang](https://github.com/ppoffice) for design inspiration ([hexo-icarus-theme](https://github.com/ppoffice/hexo-theme-icarus))
|
|
- [Artem Golubin](https://github.com/rushter) for design inspiration ([his blog](https://rushter.com/blog))
|
|
- [discord](http://discord.com) for dark theme color palette (before the [rebranding of May 2021](https://blog.discord.com/how-were-making-discord-more-welcoming-for-everyone-ee152f198c60))
|
|
|
|
## License
|
|
|
|
The source code for this project is available under the [MIT License](./LICENSE).<br>
|
|
|
|
Font licenses:
|
|
|
|
[Open Font License (OFL)](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL#5667e9e4):
|
|
|
|
- [Source Code Pro](https://fonts.google.com/specimen/Source+Code+Pro?query=source+code+pro) (monospaced code font)
|
|
- [Noto Sans KR](https://fonts.google.com/specimen/Noto+Sans+KR) (Korean and English font)
|