This is the Threadly Frontend. Made with NextJS and Apollo.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
NEXT_PUBLIC_API_URL
: graphql API endpointNEXT_PUBLIC_CALLBACK_URL
: Twitter callback urlNEXT_PUBLIC_TOKEN
: Token for API requestsYou can see example here.
This project is GNU GPLv3 License.
We love yout input. Please follow our Contribution guideline and our Code of conduct.