# 🏗 Parcel Template for Ogma

## 💡 Information

This repository holds Parcel template for Ogma. To learn more about how to use it, you can consult our [documentation](https://ogma.linkurio.us).

## 🚀 Get started

**Requirements :** [NPM](https://npmjs.com/) or [Yarn](https://yarnpkg.com/)

Before running this example, please replace `YOUR_ACCESS_KEY` with your API key (which you can get from [here](https://get.linkurio.us)) in package.json.

Then, install node dependencies using `npm i`.

### Start development server

```sh
npm run start
```

### Build the code in `dist`

```sh
npm run build
```

---

License (c) 2023 Linkurious SAS
