Go to file
2022-12-06 00:22:45 +09:00
.vscode Add yarn sdk for vscode 2022-11-30 23:55:17 +09:00
.yarn Refactor logic of twitter oauth 2022-12-05 19:50:13 +09:00
constants Refactor logic of twitter oauth 2022-12-05 19:50:13 +09:00
pages Update README.md 2022-12-06 00:22:45 +09:00
public init nextjs 2022-11-30 17:11:45 +09:00
styles init nextjs 2022-11-30 17:11:45 +09:00
types Add unique twitter id on verifier msg 2022-12-06 00:02:30 +09:00
utils Refactor logic of twitter oauth 2022-12-05 19:50:13 +09:00
.eslintignore add: eslint, prettier setting 2022-11-30 19:36:59 +09:00
.eslintrc.js Add eslint cnofig for nextjs 2022-11-30 23:58:48 +09:00
.gitignore init nextjs 2022-11-30 17:11:45 +09:00
.pnp.cjs Refactor logic of twitter oauth 2022-12-05 19:50:13 +09:00
.pnp.loader.mjs Upgrade yarn version to support pnp 2022-11-30 23:18:18 +09:00
.prettierignore add: eslint, prettier setting 2022-11-30 19:36:59 +09:00
.prettierrc.js add: eslint, prettier setting 2022-11-30 19:36:59 +09:00
.yarnrc.yml Upgrade yarn version to support pnp 2022-11-30 23:18:18 +09:00
iron.config.ts Refactor logic of twitter oauth 2022-12-05 19:50:13 +09:00
next-env.d.ts init nextjs 2022-11-30 17:11:45 +09:00
next.config.js fix: twice rendering setting 2022-12-01 17:33:37 +09:00
package.json Refactor logic of twitter oauth 2022-12-05 19:50:13 +09:00
README.md Update README.md 2022-12-06 00:22:45 +09:00
tsconfig.json init nextjs 2022-11-30 17:11:45 +09:00
yarn.lock Refactor logic of twitter oauth 2022-12-05 19:50:13 +09:00

icns-frontend

Development

Add an .env file and fill the following variables or manually add them in your terminal.

TWITTER_CLIENT_ID=...
TWITTER_CLIENT_SECRET=...
TWITTER_AUTH_STATE=...
TWITTER_AUTH_CALLBACK_URI=...

IRON_PASSWORD=...

ICNS_VERIFIER_URI=...

Run the development server:

yarn
yarn dev