-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: links update & windows guide draft
- Loading branch information
1 parent
0764e1b
commit 8e006ca
Showing
5 changed files
with
17 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
- Getting started | ||
- [Quick Start](getting-started/quickstart.md) | ||
- [Building Sockets](building-sockets/config-options.md) | ||
- [Using Sockets](using-sockets/config-options.md) | ||
|
||
- Resources | ||
- [Syncano CLI](https://github.com/Syncano/syncano-node-cli) | ||
- [Syncano Client library](https://github.com/Syncano/syncano-client-js) | ||
- [Syncano Server library](https://github.com/Syncano/syncano-server-js) | ||
- [Cheatsheet](https://cheatsheet.syncano.io/#/) | ||
- [Cookbook](https://cookbook.syncano.io/#/) | ||
|
||
- Canary version | ||
- [v. 0.6](https://syncano.github.io/syncano-node-cli/#/) | ||
- [Legacy version](https://docs.syncano.io/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Windows Development Guide | ||
|
||
For more comfortable development process on Microsoft Windows, please install Windows Subsystem for Linux. You can find a detailed guide how to do this here: [docs.microsoft.com/en-us/windows/wsl/install-win10](https://docs.microsoft.com/en-us/windows/wsl/install-win10). | ||
|
||
You will also need a working nodejs enviroment. Please follow this guide: [hackernoon.com/running-nodejs-on-linux-on-windows-88bd12993bae](https://hackernoon.com/running-nodejs-on-linux-on-windows-88bd12993bae). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters