Hi all
I'm new to commerce POS development , I'm trying to setup local development environment . I've created local self hosted commerce development environment (installed .net sdk, Ms build, vs code, nodjs, downloded commerce scale unit repo from github, downloaded sealed commerce scale unit setup from LCS). I opened scale unit repo in vs code and pressed F5 it created a database and Web browser show the ping test successfull.
My question is
What should I do next to start development
1.how to install the store commerce app and connect to the scaleunit database so that I can do the POS operations
2. If I want to open a small screen during suspending transaction to capture some information and store it to the custom table how to do this (I know it can be done using info codes but for my learning purpose I want to try this )