1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-09 09:35:02 +09:00

Update README.md

This commit is contained in:
Razor 2022-01-25 21:19:52 +03:00 committed by GitHub
parent d75a82f237
commit 177d6da61f

View file

@ -19,7 +19,14 @@ Follow instructions at [go-anytype-middleware](https://github.com/anytypeio/go-a
## Run the local dev-server
------------
### MacOS, Linux
------------
SERVER_PORT=<PORT> ANYPROF=:<PROFILER_PORT> npm run start:dev
### Windows
SERVER_PORT=<PORT> ANYPROF=:<PROFILER_PORT> npm run start:dev-win
### NPM env vars
------------
@ -28,7 +35,7 @@ Follow instructions at [go-anytype-middleware](https://github.com/anytypeio/go-a
### GO env vars
- ANYPROF - profiler port, access [http://localhost:<PORT>/debug/pprof/profile?seconds=30](http://localhost:<PORT>/debug/pprof/profile?seconds=30) for profiling
- ANYPROF - profiler port, access http://localhost:<PORT>/debug/pprof/profile?seconds=30 for profiling
## Build
------------