# 🏗 Typescript template for Ogma

## 💡 Information

This repository holds Vite 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/)

## Installation

```sh
# TypeScript template
$ npx degit Linkurious/ogma-build-systems/typescript my-typescript-project
$ cd my-typescript-project
$ npm install # or yarn install
```

Before running `npm install`, 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
```
### Development

```sh
npm start
```

Will run the development server and watch the sources in `src`

---

License (c) 2023 Linkurious SAS

