Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 838 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 838 Bytes

Murray Rothbot Logo

Client Bluesky

This is the repository for the client-twitter project, providing a Bluesky client application.

Installation

npm install

Running

# development
npm run start

# watch mode
npm run start:dev

# production mode
npm run start:prod

Building

# Build the project
npm run build

# Watch for changes and build automatically
npm run watch

Cleaning

# Remove the dist folder
npm run clean

Environment Variables

Ensure you have a .env file with the necessary environment variables. You can use the .env.example file as a template.

License

This project is licensed under the MIT License file for details.