diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index e5e2261..0f7b626 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -13,11 +13,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - + - name: Cache npm and NextJs build uses: actions/cache@v3 with: - # See here for caching with `yarn` https://github.com/actions/cache/blob/main/examples#node---yarn or you can leverage caching with actions/setup-node https://github.com/actions/setup-node + # See here for caching with `yarn` https://github.com/actions/cache/blob/main/examples#node---yarn, or you can leverage caching with actions/setup-node https://github.com/actions/setup-node path: | ~/.npm ${{ github.workspace }}/.next/cache @@ -26,7 +26,7 @@ jobs: # If source files changed but packages didn't, rebuild from a prior cache. restore-keys: | ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}- - + - name: Cypress run # Uses the official Cypress GitHub action https://github.com/cypress-io/github-action uses: cypress-io/github-action@v4 @@ -37,7 +37,7 @@ jobs: build: npm run build start: npm start wait-on: echo ${{ env.NEXT_PUBLIC_URL }}# Waits for above - # Records to Cypress Cloud + # Records to Cypress Cloud # https://docs.cypress.io/guides/cloud/projects#Set-up-a-project-to-record record: true parallel: true # Runs test in parallel using settings above diff --git a/README-fr.md b/README-fr.md index 1d7fb5f..b532155 100644 --- a/README-fr.md +++ b/README-fr.md @@ -1,4 +1,4 @@ -
- Prochainement + This project was first started in early 2022 as a means to visualise + where chess tournaments were taking place in France. Having moved to + France in 2019, I did not know my way around the country and wanted + to know which tournaments were happening near me.
++ The project was shelved until Spring 2023 when it was given a new + lease of life. Rebuilt from the ground up,{" "} + + Echecs France + {" "} + is now open source and open to contributions. +
++ I will be setting up a donation link if you wish to help cover some + of the costs of running this website. After costs, and remaining + funds will put back into the chess community by means of sponsoring + events or by donations. +
++ This project is what it is thanks to the contributions of the wider + community. In particular I would like to thank the following for + their contributions so far: +
+ + Echecs France + {" "} + is built on the following tech stack: +
+ with the following core dependencies: +
+ For more information and details on how to contribute, please visit + our{" "} + + GitHub repository + +
+ .