A month for maintainers to gather & share
Перейти к файлу
Abby Cabunoc Mayes 546a1e44e1
Create allin.md
2023-03-31 21:16:21 -04:00
.github/workflows Revert "feat: cypress testing (#40)" 2023-03-08 10:20:48 -05:00
api adding a historical 2022 section 2023-03-08 09:47:03 -05:00
common read in imageDescription in examples 2023-03-23 21:34:06 -04:00
components fix event links on 2022 home page 2023-03-08 15:20:09 -05:00
content Create allin.md 2023-03-31 21:16:21 -04:00
contexts 🚧 💄 Background animation first approach 2022-04-06 14:25:14 +02:00
hooks ♻️ 💄 Animatios hook 2022-04-13 10:34:27 +02:00
pages fix header for 404 page and try to simplify linking 2023-03-08 15:19:27 -05:00
public 💄 Add about images parallax 2022-04-13 20:57:05 +02:00
styles 💄 UI issues 2022-04-13 20:17:10 +02:00
tests Add resource description 2022-04-12 10:07:59 +02:00
.eslintrc.json 🚧 Architecture first approach 2022-04-06 14:25:09 +02:00
.gitignore Revert "feat: cypress testing (#40)" 2023-03-08 10:20:48 -05: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 Remove link title event field 2022-04-13 11:19:12 +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-old.md 📝 Add old README 2022-04-13 13:00:48 +02:00
README.md Revert "feat: cypress testing (#40)" 2023-03-08 10:20:48 -05:00
index.html Update index.html 2021-04-04 16:45:11 -07:00
jest.config.js 👷 Add tests and config CI to run that 2022-04-11 16:02:55 +02:00
next.config.js 💚 Fix production build routes 2022-04-06 14:28:02 +02:00
package.json Revert "feat: cypress testing (#40)" 2023-03-08 10:20:48 -05:00
yarn.lock Revert "feat: cypress testing (#40)" 2023-03-08 10:20:48 -05: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 details on how.

❇️ 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.