SDK Create
- 28 Mar 2025
- 1 읽을 분
- 기여자
- 인쇄
SDK Create
- 업데이트 날짜 28 Mar 2025
- 1 읽을 분
- 기여자
- 인쇄
The content is currently unavailable in Korean. You are viewing the default English version.
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
Learn how to start building projects with the Tulip SDK
Introduction
- What you will learn
- How to set up an edge driver project
- What you will need (pre-requisites)
- An IDE (Integrated Development Environment) - Visual Studio Code
- Node.js and NPM
Getting Started
Getting started is pretty straightforward, thanks to our create-edge-driver tool that can be run from npm! From a terminal, navigate to the directory where you want to create your new edge driver. Run the following command to start create-edge-driver which will guide you through setting up the project:
Follow the prompts and select the services that you need.
Once finished, the tool will give you instructions on how to compile the included example driver, which will compile the TypeScript code, validate the driver's manifest, and bundle everything together to test in Player!
이 문서가 도움이 되었습니까?