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
- Host: GitHub
- URL: https://github.com/gilbarbara/intera-demo
- Owner: gilbarbara
- Created: 2021-02-23T01:33:37.000Z (almost 5 years ago)
- Default Branch: production
- Last Pushed: 2021-02-23T03:15:02.000Z (almost 5 years ago)
- Last Synced: 2025-03-15T03:48:11.857Z (10 months ago)
- Language: TypeScript
- Size: 484 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.