This is my first time creating the Dart server.
What should I do after creating a droplet?
I have a dart server project that can work when I run dart run
in my local.
Can someone explain these steps to me?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey @sittiphansittisak,
I’ve never used Dart however looking at their documentation here
https://dartsim.github.io/install_dart_on_ubuntu.html
You need to :
Install the core library
Install optional components
e.g., installing collision-bullet component:
Install everything
Now if you need Dartpy, you can check https://dartsim.github.io/install_dartpy_on_ubuntu.html
I am using Ubuntu 20.04 (LTS) x64