Skip to content

Latest commit

 

History

History
112 lines (81 loc) · 4.61 KB

README.md

File metadata and controls

112 lines (81 loc) · 4.61 KB

pixiv萌え

Build Status styled with prettier

A pinterest-style layout site, shows illusts on pixiv.net order by popularity. Written with React.

Table of Contents

Tech Stack

Front-end

  • react
  • react-dom
  • react-router
  • mobx
  • mobx-react-lite
  • react-intl
  • material-ui
  • whatwg-fetch

Features

  • Pinterest-style layout illusts.
  • Select tags.
  • Search keywords order by popularity without pixiv Premium.
  • Login in pixiv and add bookmarks easily.

Dev

# Start for development
$ git clone https://github.com/kokororin/pixiv.moe
$ cd pixiv.moe
$ yarn
$ npm start

Commands

  • Install dependencies: yarn
  • Run Front-end Server: npm start
  • Test: npm test
  • Build Front-end: npm run build

API

The API is based on HTTPS requests and JSON responses.

See more in API Docs.

Deploy

With Docker

docker build -t <customized-name> .
docker run -p <port>:80 -d <customized-name>

Localization

App will auto detect your browser language and use the localization. You can set language manually in drawer.
Help us if you can translate this app. Please follow the guide in src/locale.

Contribute

Feel free to contribute (PR-s and issues welcomed).

Contributors

Thanks goes to these wonderful people (emoji key):


そら

💻 📖 🎨 ⚠️

吟夢ちゃん

💻 🤔

simon3000

💻 🤔 🌍

Muhammad Iqbal Rifai

🌍

Meodinger Wang

🌍

Kao

🌍

This project follows the all-contributors specification. Contributions of any kind welcome!

License

MIT license