Skip to content

susickypavel/thesoreon.com

Repository files navigation

thumbnail

thesoreon.com

This project is based on this repository: Thesoreon/blog-using-gatsby.

How to run this repo

1. Clone this repository

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

2. Install dependencies

yarn install

3. Start development server

yarn start
# or
yarn start:network

4. Run tests

yarn test:watch

5. Run e2e tests

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.