https://github.com/omegasisters/homepage
おめシスのホームページを作りたい
https://github.com/omegasisters/homepage
Last synced: about 2 months ago
JSON representation
おめシスのホームページを作りたい
- Host: GitHub
- URL: https://github.com/omegasisters/homepage
- Owner: omegasisters
- Created: 2019-12-18T08:06:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:58:16.000Z (over 2 years ago)
- Last Synced: 2024-08-02T13:33:19.163Z (11 months ago)
- Language: HTML
- Size: 38.1 MB
- Stars: 574
- Watchers: 28
- Forks: 140
- Open Issues: 36
-
Metadata Files:
- Readme: README.en.md
Awesome Lists containing this project
- awesome-landing-page - https://github.com/omegasisters/homepage
- awesome-landing-page - https://github.com/omegasisters/homepage
- awesome-landing-page - https://github.com/omegasisters/homepage
README
[English](README.en.md) | [日本語](README.md) | [简体中文](README.zh_hans.md) |
# Let's make "Omega Sisters(Omesis) Homepage"!
[](https://github.com/omegasisters/homepage/actions)
[](http://isitmaintained.com/project/omegasisters/homepage 'Percentage of issues still open')A participatory Omega Sisters(Omesis) Homepage creation project.
https://omegasisters.github.io/homepage
[](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)