main branch is used as a template for Skeleton's UI toolkit, as such dependencies and cdk are going to be bumped/updated in this public template before being merged into the production branch where the content for Fl4v.com lives.
Once you've created a project and installed dependencies with npm ci, start a development server:
npm startTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.