Go to file
jinhojang6 4d9234318b
fix: fix build errors
2024-03-08 00:35:21 +09:00
android first commit 2024-02-14 18:14:28 +09:00
electron first commit 2024-02-14 18:14:28 +09:00
public feat: implement auth 2024-03-01 01:41:24 +09:00
scripts first commit 2024-02-14 18:14:28 +09:00
src fix: fix build errors 2024-03-08 00:35:21 +09:00
.gitignore chore: update .gitignore 2024-03-01 20:44:49 +09:00
CHANGELOG.md first commit 2024-02-14 18:14:28 +09:00
LICENSE first commit 2024-02-14 18:14:28 +09:00
README.md feat: social media integration 2024-03-07 00:47:56 +09:00
README.txt first commit 2024-02-14 18:14:28 +09:00
capacitor.config.json first commit 2024-02-14 18:14:28 +09:00
package.json feat: social media integration 2024-03-07 00:47:56 +09:00
prettier.config.js first commit 2024-02-14 18:14:28 +09:00
yarn.lock feat: social media integration 2024-03-07 00:47:56 +09:00

README.md

acidchan

acidchan PoC & MVP


How to build

yarn install
yarn start

Notes

  • The current code is intended only for the MVP and is not suitable for production.

  • The original repository uses an old-style Create React App (CRA) in JavaScript. The code generally needs refactoring in TypeScript.

  • We are temporarily using Commerce.js as the backend to expedite the shipping of the MVP.