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
- Host: GitHub
- URL: https://github.com/betarixm/ponix-bread
- Owner: betarixm
- Created: 2022-03-29T06:51:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T05:59:04.000Z (about 3 years ago)
- Last Synced: 2025-01-19T09:44:29.458Z (4 months ago)
- Topics: nextjs, pokemon, postech, typescript
- Language: TypeScript
- Homepage: https://ponix.bxta.kr/
- Size: 1.24 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ponix Bread
===[](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.