forked from LaconicNetwork/icns-frontend
David Boreham
f78024372c
Some checks failed
Publish ApplicationRecord to Registry / cns_publish (push) Failing after 1m17s
|
||
---|---|---|
.github/workflows | ||
.vscode | ||
.yarn | ||
components | ||
constants | ||
hooks | ||
messages | ||
pages | ||
public | ||
queries | ||
scripts | ||
styles | ||
types | ||
utils | ||
wallets | ||
.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 | ||
sentry.client.config.js | ||
sentry.properties | ||
sentry.server.config.js | ||
tsconfig.json | ||
window.d.ts | ||
yarn.lock |
icns-frontend
bump
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=...
# must be separated by commas
ICNS_VERIFIER_ORIGIN_LIST=http:localhost:8080,http://localhost:8081
Run the development server:
yarn install
yarn dev