Skip to content

Latest commit

 

History

History
105 lines (63 loc) · 2.77 KB

README.en.md

File metadata and controls

105 lines (63 loc) · 2.77 KB

English | 日本語 | 简体中文 |

Let's make "Omega Sisters(Omesis) Homepage"!

Percentage of issues still open

A participatory Omega Sisters(Omesis) Homepage creation project.

https://omegasisters.github.io/homepage

What is omegasisters/homepage?

This site is a site designed by Omega Sisters called "What happens if I update the Ome-sis home page with only PR?".

Anyone can participate. 👏

おめシスのホームページを Github のプルリクで更新していったらどうなるのか、こっそり検証中です。そのうち動画にします! https://t.co/rErhv32NNR

— おめがレイ@バーチャル双子 YouTuber (@omesis_ray) December 23, 2019

This project finished

PR acceptance has been closed At the finish of the project, Omega Sisters has posted a video of the verification result below Thank you🎉🎉🎉

【検証】1ヶ月間、プルリクだけでホームページ作ったらどうなるの?

※【Verification】 What happens if you make a homepage only with Pull Request for one month?

How to contribute?

There are three ways.

  • issue / Comment
  • Throw and review PR
  • Share on Twitter 🎉
  • In addition, let's have fun together👍

Getting Started

※Look here at npm

GitHub Account

Do you have a github account?

You can create it here

Installing yarn

※Link to documentation

Installing node.js

Click here

Package install

yarn install

Local preview

When you run the command, you can see http://localhost:8080/homepage/

yarn start

Formatting

yarn format

Things to do before pushing

After editing the source code, please build before pushing.

yarn build

Testing

yarn test

Test case

At __tests__, preact

Development environment

Check here