Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/susickypavel/thesoreon.com
- Owner: susickypavel
- License: mit
- Created: 2019-10-25T21:37:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T21:03:55.000Z (about 2 years ago)
- Last Synced: 2024-10-11T15:16:08.309Z (4 months ago)
- Topics: blog, gatsby, markdown, mdx, netlify, react, typescript
- Language: TypeScript
- Homepage: https://thesoreon.com
- Size: 5.27 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- CypressRepository is using Github Actions for CI/CD stuff and Netlify for hosting.