A month for maintainers to gather & share
Перейти к файлу
Sonia Ruiz 2279d04366 ✏️ Fix typos 2022-04-06 18:28:25 +02:00
.github/workflows 💚 Update GitHub Actions pipeline branch 2022-04-06 14:30:41 +02:00
api 💄 TBD dates 2022-04-06 14:25:15 +02:00
common ♻️ Refactor get events methods 2022-04-06 14:25:15 +02:00
components 💄 Fix anchor navigation spacing 2022-04-06 18:07:57 +02:00
content ✏️ Fix typos 2022-04-06 18:28:25 +02:00
contexts 🚧 💄 Background animation first approach 2022-04-06 14:25:14 +02:00
hooks 💄 Header component 2022-04-06 14:25:14 +02:00
pages 🔍 Fix og images 2022-04-06 18:10:54 +02:00
public 🔍 Update og images 2022-04-06 17:06:45 +02:00
styles 💄 Update fonts 2022-04-06 14:26:09 +02:00
.eslintrc.json 🚧 Architecture first approach 2022-04-06 14:25:09 +02:00
.gitignore 🚧 Architecture first approach 2022-04-06 14:25:09 +02:00
.prettierrc 🎨 Add prettier and format code 2022-04-06 14:25:13 +02:00
CNAME 📝 Update docs 2022-04-06 14:26:06 +02:00
CODE_OF_CONDUCT.md 📝 Update docs 2022-04-06 14:26:06 +02:00
CONTRIBUTING.md ✏️ Fix typos 2022-04-06 18:28:25 +02:00
LICENSE 📝 Update docs 2022-04-06 14:26:06 +02:00
README-next.md 📝 Update docs 2022-04-06 14:26:06 +02:00
README.md ✏️ Fix typos 2022-04-06 18:28:25 +02:00
index.html Update index.html 2021-04-04 16:45:11 -07:00
next.config.js 💚 Fix production build routes 2022-04-06 14:28:02 +02:00
package.json ⚗️ Test to minify build 2022-04-06 14:26:09 +02:00
yarn.lock Bump minimist from 1.2.5 to 1.2.6 2022-04-06 13:40:48 +00:00

README.md

GitHub Maintainer Month

A month for open source maintainers to gather, share, and be celebrated. 🥳

Repository for the official GitHub Maintainer Month website. You can access the website through this link

Add your event! See the contributing guide for more details.

❇️ June 2022 ❇️

Table of Contents

Getting Started

Installation

Run the following command before any other to install all the project's dependencies.

yarn install

Usage

To start application in development mode at http://localhost:3000 run the following command.

yarn start

Build

To generate the application build run the following command

yarn build

This will create an out folder in the repository root with the static files.

Contributing

See the contributing guide for more details.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

Copyright © 2022 GitHub.
This project is MIT licensed.