A SPA for lightning channel explorer
This is a Next.js project bootstrapped with create-next-app.
$ node -v
v16.13.9
$ yarn -vs
v1.22.10
Set .env file
NEXT_PUBLIC_BACKEND_ENDPOINT="your endpoint"
yarn
yarn dev
This project is using react-intl to handle localization.
Please refer to src/modules/i18n/files/LANGUAGE.json
file to add or edit sentences.
This project is using next-seo to handle SEO settings. Please
refer to src/modules/seo/index.tsx
file to add or edit sentences.
When you push your branch to remote ones, please run yarn lint --fix
to comply to the code convention.
When you add a new library, please make sure its license is not
GPL. And please use -D
for @types.