Skip to content

Commit

Permalink
docs: local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
frixaco committed Jul 14, 2022
1 parent d464a03 commit e20e5ab
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,26 @@ Currently, I work both on my laptop and PC and regularly switch between them (sw

So I deciced to make this extension which will, hopefully, solve this problem of mine.

## Local developement

- Create `.env` file in `server/` and set `DATABASE_URL`
- `pnpm install` in root, `server/` and `solid/`
- `pnpm build:watch` in root, `pnpm dev` in `server/` and `pnpm build:watch` in `solid/`

## Features

- [x] Synchronize staged, unstaged, tracked and untracked file changes
- [ ] Manage multiple projects
- [ ] Manual two-way or Auto synchronization
- [ ] Manual two-way synchronization
- [ ] Auto synchronization

## Requirements

- Following should be same (otherwise, `git apply` will fail since indexes will be different):
- project
- branch
- commit
- VS Code: 1.63.0 or above (TODO: Lower)
- VS Code: 1.69.0 or above (TODO: Lower)

## Extension Settings

Expand Down

0 comments on commit e20e5ab

Please sign in to comment.