Skip to content

Commit

Permalink
Merge pull request #485 from DorijanH/feature/enterwell-readme-logo
Browse files Browse the repository at this point in the history
[Docs] Added Enterwell's and fixed Cypress' logo
  • Loading branch information
AleksandarDev committed Apr 17, 2023
2 parents ac99db9 + 97f28d6 commit c441e96
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
<h1 align="center">
<a style="display: inline-block;" href="https://enterwell.net" target="_blank">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="http://dev.enterwell.space/EW_logo_white.svg">
<img width="128" height="128" alt="logo" src="http://dev.enterwell.space/EW_logo_black.svg">
</picture>
</a>
<p>Enterwell React starter</p>
</h1>

<div align="center">
<p>Enterwell's template for web apps based on the React and Next.js.</p>
<div>

[![Build](https://github.com/Enterwell/react-starter/actions/workflows/BuildAndTest.yml/badge.svg?branch=main)](https://github.com/Enterwell/react-starter/actions/workflows/BuildAndTest.yml)
![GitHub last commit](https://img.shields.io/github/last-commit/Enterwell/react-starter?label=Last%20commit)
[![GitHub issues](https://img.shields.io/github/issues/Enterwell/react-starter?color=0088ff)](https://github.com/Enterwell/react-starter/issues)
[![GitHub contributors](https://img.shields.io/github/contributors/Enterwell/react-starter)](https://github.com/Enterwell/react-starter/graphs/contributors)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/Enterwell/react-starter?color=0088ff)](https://github.com/Enterwell/react-starter/pulls)

</div>
<div>
<a href="https://www.javascript.com/" target="_blank">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/javascript/javascript-original.svg" alt="javascript" width="30" />
Expand All @@ -26,21 +45,13 @@
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/jest/jest-plain.svg" alt="jest" width="30" />
</a>
<a href="https://www.cypress.io/" target="_blank">
<img src="https://www.cypress.io/icons/icon-48x48.png" alt="cypress" width="30" />
<img src="https://raw.githubusercontent.com/cypress-io/cypress-icons/master/src/icons/icon_256x256.png" alt="cypress" width="30" />
</a>
</div>
</h1>

<div align="center">

[![Build](https://github.com/Enterwell/react-starter/actions/workflows/BuildAndTest.yml/badge.svg?branch=main)](https://github.com/Enterwell/react-starter/actions/workflows/BuildAndTest.yml)
![GitHub last commit](https://img.shields.io/github/last-commit/Enterwell/react-starter?label=Last%20commit)
[![GitHub issues](https://img.shields.io/github/issues/Enterwell/react-starter?color=0088ff)](https://github.com/Enterwell/react-starter/issues)
[![GitHub contributors](https://img.shields.io/github/contributors/Enterwell/react-starter)](https://github.com/Enterwell/react-starter/graphs/contributors)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/Enterwell/react-starter?color=0088ff)](https://github.com/Enterwell/react-starter/pulls)

</div>

## Introduction

This document represents the official React starter documentation. React starter was created due to the desire to unify all React projects that we will develop in the future. This document will therefore explain and list out the following conclusions that the Enterwell elders agreed on after several multi-hour meetings:

* application architecture
Expand Down

0 comments on commit c441e96

Please sign in to comment.