Sample Project on GitHub
To get started quickly, see the https://github.com/steedos-labs/feikongwang GitHub repo. This standalone application contains an example Steedos DX project with multiple custom objects, sample data.
Clone Repository
Cloning this repo creates the directory feikongwang. See the repo’s Readme for more information.
Assuming that you’ve already set up Git, use the git clone command to clone the main branch of the repo from the command line.
To use HTTPS:
git clone https://github.com/steedos-labs/feikongwang
To use SSH:
git clone git@github.com:steedos-labs/feikongwang.git
If you don’t want to use Git, download a .zip file of the repository’s source using Clone, or download on the GitHub website. Unpack the source anywhere on your local file system.
Run with Gitpod
You can use Gitpod to run this project remotely.