<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
```

# Project Structure
```
camly-web/
┣ .nuxt/
┣ assets/
┣ components/
┣ directives/
┣ docs/
┣ layouts/
┣ locales/
┣ middleware/
┣ node_modules/
┣ pages/
┣ plugins/
┣ repositories/
┣ serverMiddleware/
┣ static/
┣ store/
┣ utils/
┣ .editorconfig
┣ .env.production
┣ .env.staging
┣ .gitignore
┣ .gitlab-ci.yml
┣ .prettierrc
┣ box.json
┣ CHANGELOG.md
┣ jsconfig.json
┣ mock.json
┣ nuxt.config.js
┣ package-lock.json
┣ package.json
┣ README.md
┗ settings.js
```
# 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)

```
