https://github.com/braintocc/website
connect your second brain to the world
https://github.com/braintocc/website
linkedin mastodon scheduler social-media substack twitter
Last synced: 4 months ago
JSON representation
connect your second brain to the world
- Host: GitHub
- URL: https://github.com/braintocc/website
- Owner: braintocc
- Created: 2024-05-30T11:26:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-19T15:05:58.000Z (about 1 year ago)
- Last Synced: 2025-03-30T19:22:36.934Z (11 months ago)
- Topics: linkedin, mastodon, scheduler, social-media, substack, twitter
- Language: TypeScript
- Homepage: https://brainto.cc
- Size: 2.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 
## Motivation
This application allows you to schedule publications (linkedin, mastodon, ...) to multiple systems from your second brain (Notion, ...)
## Installation
```
$ npm i
```
## Local Development
```
$ npm run start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ npm run build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.