readme and package updates

This commit is contained in:
Owen Rees
2023-06-23 10:00:38 +02:00
parent bd8187fd74
commit 25036d5790
3 changed files with 4 additions and 7 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
# [Echecs France](https://www.echecsfrance.com/) # [Echecs France](https://www.echecsfrance.com/)
[![fr](https://img.shields.io/badge/lang-fr-blue.svg)](https://github.com/TheRealOwenRees/plantID_discordbot/blob/master/README-fr.md) [![fr](https://img.shields.io/badge/lang-fr-blue.svg)](https://github.com/TheRealOwenRees/echecsfrance/blob/main/README-fr.md)
![GitHub](https://img.shields.io/github/license/therealowenrees/echecsfrance) ![GitHub](https://img.shields.io/github/license/therealowenrees/echecsfrance)
[![Depfu](https://badges.depfu.com/badges/9c033bb722da0655f2a0e31ed9d228bc/status.svg)](https://depfu.com)
![Depfu](https://img.shields.io/depfu/dependencies/github/TheRealOwenRees/echecsfrance) ![Depfu](https://img.shields.io/depfu/dependencies/github/TheRealOwenRees/echecsfrance)
## A website displaying upcoming chess tournaments for the [FFE](http://www.echecs.asso.fr/) on a map ## A website displaying upcoming chess tournaments for the [FFE](http://www.echecs.asso.fr/) on a map
@@ -24,4 +25,4 @@ Contributions are encouraged. Please open an issue to discuss your ideas.
Add your code into a feature branch such as `feature/feature-name`. We utilise a [Github Flow](https://www.gitkraken.com/learn/git/best-practices/git-branch-strategy#github-flow-considerations) branching strategy. Add your code into a feature branch such as `feature/feature-name`. We utilise a [Github Flow](https://www.gitkraken.com/learn/git/best-practices/git-branch-strategy#github-flow-considerations) branching strategy.
Please see the TODO file for a list of suggestions. Please see the [TODO](https://github.com/TheRealOwenRees/echecsfrance/blob/main/TODO) file for a list of suggestions.
+1 -1
View File
@@ -5,7 +5,7 @@ import ContactForm from "@/components/ContactForm";
export default function Contact() { export default function Contact() {
return ( return (
<Layout> <Layout>
<section className="grid place-items-center bg-white dark:bg-gray-800"> <section className="grid place-items-center bg-white dark:bg-gray-800">
<div className="pt-8 pb-32 lg:pt-16 px-4 mx-auto max-w-screen-md"> <div className="pt-8 pb-32 lg:pt-16 px-4 mx-auto max-w-screen-md">
<h2 <h2
className="mb-4 text-4xl tracking-tight font-extrabold text-center text-gray-900 dark:text-white" className="mb-4 text-4xl tracking-tight font-extrabold text-center text-gray-900 dark:text-white"
-4
View File
@@ -2,10 +2,6 @@
"name": "client", "name": "client",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"engines": {
"node": ">=18.16.0",
"npm": "please-use-npm"
},
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",