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

https://github.com/michelebruno/silenzio

Silenzio (by) Bruno, a typescript package for a reusable codebase
https://github.com/michelebruno/silenzio

jest nextjs sanity typescript unit-testing

Last synced: 4 months ago
JSON representation

Silenzio (by) Bruno, a typescript package for a reusable codebase

Awesome Lists containing this project

README

          

# Silenzio Bruno

![Codecov](https://img.shields.io/codecov/c/github/michelebruno/silenzio) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/silenzio)

## Installation

Install as a dependency in your project

`yarn add silenzio`

drawing

## Config

There are two ways to set up your project configuration.

The easiest one is throgh an `.env.*` file.

### Env Variables

```NEXT_PUBLIC_SILENZIO_DOMAINS``` These are the all the domains your project will use. Consider adding `localhost:3000`,

## Eslint & Prettier

Esling and Prettier are configured according to [this guide](https://github.com/nielse63/eslint-airbnb-base-prettier-typescript-example).