Start your application
Run the development server:
cd my-app
sylk run --build
The cd
command changes the directory you're working with. In order to work with your newly created Docusaurus site, you'll need to navigate the terminal there.
The sylk run --build
command builds your website locally and serves it through a development server, ready for you to send request at http://localhost:44880/.
Start adding server resources such as new Packages
and Services
which holds your business logic and implemantations (Messages
under packages and Methods
under services). Learn more on expanding your application with additional resources or see our full templates lists which can be handy to bootstrap your applications.