Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/susickypavel/thesoreon.com

Pavel Susicky's personal website/blog
https://github.com/susickypavel/thesoreon.com

blog gatsby markdown mdx netlify react typescript

Last synced: 3 months ago
JSON representation

Pavel Susicky's personal website/blog

Awesome Lists containing this project

README

        

![thumbnail](https://repository-images.githubusercontent.com/217618305/556e7b00-f904-11e9-9758-c6775d26f742)


thesoreon.com


This project is based on this repository: **[Thesoreon/blog-using-gatsby](https://github.com/Thesoreon/blog-using-gatsby)**.

## How to run this repo

**1. Clone this repository**

```sh
git clone https://github.com/Thesoreon/thesoreon.com.git
cd thesoreon.com
```

**2. Install dependencies**

```sh
yarn install
```

**3. Start development server**

```sh
yarn start
# or
yarn start:network
```

**4. Run tests**

```sh
yarn test:watch
```

**5. Run e2e tests**

```sh
yarn test:e2e
```

## Technology stack

### Application

- React.js
- Gatsby.js
- Typescript
- MDX (Markdown enhanced by JSX)
- React icons
- Using icons from **Font Awesome**

### Code climate

- Prettier
- Eslint
- Jest and React Testing Library
- Cypress

Repository is using Github Actions for CI/CD stuff and Netlify for hosting.