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

https://github.com/betarixm/ponix-bread

POSTECH: Ponix Bread
https://github.com/betarixm/ponix-bread

nextjs pokemon postech typescript

Last synced: 3 months ago
JSON representation

POSTECH: Ponix Bread

Awesome Lists containing this project

README

        

Ponix Bread
===

[![POSTECH](https://img.shields.io/badge/SES-POSTECH-c80150)](https://postech.ac.kr)

> Powered by — [react-notion-x](https://github.com/NotionX/react-notion-x) and [next.js](https://nextjs.org/) with 💙

`Ponix Bread` is event page for POSTECH SES. Get your ponix as soon as possible!

## TL;DR

```shell
docker-compose up --build --scale web=10 -d
```

## Customize

> TODO: Strings may be tiresome to customize. It will be sorted out [`string.ts`](/constants/strings.ts) one day.

It support customize via editing `PonixList` in [`ponix.ts`](constants/ponix.ts). Don't forget to add images
into [`public/ponix`](public/ponix).

## Structure

Inspired by [Wordle](https://www.nytimes.com/games/wordle/index.html), it uses `localStorage` to save users data. This
service is so tiny that it does not need a database.