Skip to content

Commit e20e5ab

Browse files
committed
docs: local dev
1 parent d464a03 commit e20e5ab

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,26 @@ Currently, I work both on my laptop and PC and regularly switch between them (sw
77

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

10+
## Local developement
11+
12+
- Create `.env` file in `server/` and set `DATABASE_URL`
13+
- `pnpm install` in root, `server/` and `solid/`
14+
- `pnpm build:watch` in root, `pnpm dev` in `server/` and `pnpm build:watch` in `solid/`
15+
1016
## Features
1117

1218
- [x] Synchronize staged, unstaged, tracked and untracked file changes
1319
- [ ] Manage multiple projects
14-
- [ ] Manual two-way or Auto synchronization
20+
- [ ] Manual two-way synchronization
21+
- [ ] Auto synchronization
1522

1623
## Requirements
1724

1825
- Following should be same (otherwise, `git apply` will fail since indexes will be different):
1926
- project
2027
- branch
2128
- commit
22-
- VS Code: 1.63.0 or above (TODO: Lower)
29+
- VS Code: 1.69.0 or above (TODO: Lower)
2330

2431
## Extension Settings
2532

0 commit comments

Comments
 (0)