An open API service indexing awesome lists of open source software.

https://github.com/omegasisters/homepage

おめシスのホームページを作りたい
https://github.com/omegasisters/homepage

Last synced: about 2 months ago
JSON representation

おめシスのホームページを作りたい

Awesome Lists containing this project

README

        

[English](README.en.md) | [日本語](README.md) | [简体中文](README.zh_hans.md) |

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

[![](https://github.com/omegasisters/homepage/workflows/test/badge.svg)](https://github.com/omegasisters/homepage/actions)
[![Percentage of issues still open](http://isitmaintained.com/badge/open/omegasisters/homepage.svg)](http://isitmaintained.com/project/omegasisters/homepage 'Percentage of issues still open')

A participatory Omega Sisters(Omesis) Homepage creation project.

https://omegasisters.github.io/homepage

[![](assets/images/ogp.png)](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](https://twitter.com/omesis_ray)) [December 23, 2019](https://twitter.com/omesis_ray/status/1209057136992387072?ref_src=twsrc%5Etfw)

### 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ヶ月間、プルリクだけでホームページ作ったらどうなるの?](https://youtu.be/5h1NoX3my0s)

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

## How to contribute?

There are three ways.

- [issue](https://github.com/omegasisters/homepage/issues) / Comment
- Throw and review [PR](https://github.com/omegasisters/homepage/pulls)
- Share on Twitter 🎉
- In addition, let's have fun together👍

## Getting Started

[※Look here at npm](documents/environment/npm.md)

### GitHub Account

Do you have a github account?

You can create it [here](https://github.com/)

### Installing yarn

※Link to documentation

- [mac OS](https://yarnpkg.com/lang/ja/docs/install/#mac-stable)
- [Windows](https://yarnpkg.com/lang/ja/docs/install/#windows-stable)
- [Linux(Ubuntu/Debian)](https://yarnpkg.com/lang/ja/docs/install/#debian-stable)

### Installing node.js

Click [here](https://nodejs.org/ja/download/)

### 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](./documents/environment/README.md)