forked from guardian/support-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated README with more generic information and a link to the wiki h…
…ome page.
- Loading branch information
Showing
1 changed file
with
1 addition
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1 @@ | ||
|
||
# support.theguardian.com | ||
|
||
Frontend for the new supporter platform: [https//support.theguardian.com/](https//support.theguardian.com/) | ||
|
||
## Table of contents | ||
|
||
1. [Getting started](https://github.com/guardian/support-frontend/wiki/01.-Getting-Started-(Local-Setup)) | ||
2. [Overview to the technological stack](https://github.com/guardian/support-frontend/wiki/02.-Overview-of-the-Technology-Stack) | ||
3. [Client side Architecture](https://github.com/guardian/support-frontend/wiki/03.-Client-side-Architecture) | ||
4. [Project's structure](https://github.com/guardian/support-frontend/wiki/04.-Project-Structure) | ||
5. [CI Build process](https://github.com/guardian/support-frontend/wiki/05.-CI-Build-Process) | ||
6. [Testing](https://github.com/guardian/support-frontend/wiki/06.-Testing) | ||
7. [Yarn commands](https://github.com/guardian/support-frontend/wiki/07.-Yarn-Commands) | ||
8. [A/B Test framework](https://github.com/guardian/support-frontend/wiki/08.-AB-Testing) | ||
9. [Environments](https://github.com/guardian/support-frontend/wiki/09.-Environments) | ||
10. [CSS](https://github.com/guardian/support-frontend/wiki/10.-CSS) | ||
11. [Payment Diagrams](https://github.com/guardian/support-frontend/wiki/11.-Payments) | ||
12. [Supported browsers](https://github.com/guardian/support-frontend/wiki/12.-Supported-Browsers) | ||
13. [Quickstart: Create a component](https://github.com/guardian/support-frontend/wiki/13.-Quickstart:-Create-a-component) | ||
14. [Tooling](https://github.com/guardian/support-frontend/wiki/14.-Tooling) | ||
15. [Switch file](https://github.com/guardian/support-frontend/wiki/15.-Switch-file) | ||
|
||
|
||
## Getting started | ||
|
||
Follow the instructions in [**setup.md**](https://github.com/guardian/support-frontend/wiki/01.-Getting-Started-(Local-Setup)) to setup your dev environment and | ||
get `support-frontend` running locally. | ||
Frontend for the new [supporter platform](https://support.theguardian.com/). All information, including instructions for getting set up **locally**, can be found in the [wiki](https://github.com/guardian/support-frontend/wiki). Alternatively, if you are looking for the backend for this project, it can be found in the [support-workers](https://github.com/guardian/support-workers) repository. |