forked from LaconicNetwork/icns-frontend
bc9535d638
# Conflicts: # .pnp.cjs # package.json # pages/index.tsx # pages/verification/index.tsx # yarn.lock |
||
---|---|---|
.vscode | ||
.yarn | ||
components | ||
constants | ||
pages | ||
public | ||
styles | ||
types | ||
utils | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.pnp.cjs | ||
.pnp.loader.mjs | ||
.prettierignore | ||
.prettierrc.js | ||
.yarnrc.yml | ||
iron.config.ts | ||
next-env.d.ts | ||
next.config.js | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
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