> For the complete documentation index, see [llms.txt](https://docs.sentre.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sentre.io/available-scripts.md).

# Available Scripts

## New projects (via [create-senhub-app](https://github.com/DescartesNetwork/sen-core/blob/master/packages/create-senhub-app/README.md))

```
npx create-senhub-app init <your_project_name>
```

## Start

```
yarn start // Start development server
```

## Manifest

```
npx create-senhub-app manifest // Build a manifest file
```

## Advances

```
yarn deploy // Manually redeploy remote resources
yarn test // React test
yarn build // Production build only
```
