Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.01 KB

readme.md

File metadata and controls

35 lines (22 loc) · 1.01 KB

Clearsky UI

This UI provides information from Bluesky using ATProto via Clearsky backend.

Installation

Install dependencies with npm install

Development

npm run typecheck to type check

npm start to start a local server with a change watcher

npm run build && npm run preview will serve a production-type build locally

Deployment

Deploys are automatically handled by Cloudflare Pages

Code Contributions

We appreciate and welcome any code contributions. To make a PR you must first fork the repo and then make a PR from the branch you created.

Rules:

  • Make a comment on the ticket you would like to work on so we can assign it to you and to prevent duplicate efforts
  • Check for existing issues before making a new one
  • We may close an issue or PR without much feedback
  • Stay away from PRs that:
    • Refactor large parts of the codebase
    • Add entirely new features without prior discussion
    • Change the tooling or frameworks used without prior discussion
    • Introduce new unnecessary dependencies