Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

ragnarok22/threadly

Repository files navigation

Threadly Frontend

GitHub deployments GitHub Workflow Status GitHub commit activity (branch) GitHub contributors GitHub issues GitHub pull requests

This is the Threadly Frontend. Made with NextJS and Apollo.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Env variables

  • NEXT_PUBLIC_API_URL: graphql API endpoint
  • NEXT_PUBLIC_CALLBACK_URL: Twitter callback url
  • NEXT_PUBLIC_TOKEN: Token for API requests

You can see example here.

License

This project is GNU GPLv3 License.

Contributing

We love yout input. Please follow our Contribution guideline and our Code of conduct.