Skip to content

susickypavel/thesoreon.com

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.