An open API service indexing awesome lists of open source software.

https://github.com/gilbarbara/intera-demo

Demo for Intera
https://github.com/gilbarbara/intera-demo

Last synced: 10 months ago
JSON representation

Demo for Intera

Awesome Lists containing this project

README

          

# Intera Demo

Check the [live demo](https://intera-demo.vercel.app/)

## Setup

To get started, clone this repo locally and install the dependencies

```shell
npm install
```

Start the development server:

```shell
npm run start
```

To build the project:

```shell
npm run build
```

## Extras

Thers's an A/B Test in the homepage's hero text using Google Optimize.
The website has multi-language support using eo-locale.
The CI/CD is implemented with GitHub Actions.