<p align="center"><img width="160" src="https://thesugagroup.com//storage/logo_hor.svg"></p>


# CamLy Platform


## Build Setup

```bash
# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate
```

# Documentation

This project includes a docs folder with more details on:
```

- [Architecture](docs/architecture.md)
- [Components](docs/components.md)
- [Setup and development](docs/development.md)
- [Docs](docs/docs.md)
- [i18n](docs/i18n.md)
- [images](docs/images.md)
- [layouts](docs/layouts.md)
- [nuxt config](docs/nuxt.config.md)
- [package.json](docs/package.json.md)
- [pages](docs/pages.md)
- [performance](docs/performance.md)
- [plugins](docs/plugins.md)
- [Languages and technologies](docs/tech.md)
- [Linting and formatting](docs/linting.md)
- [Editor integration](docs/editors.md)
- [Building and deploying to production](docs/production.md)
- [Troubleshooting](docs/troubleshooting.md)

```
