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
- Host: GitHub
- URL: https://github.com/michelebruno/silenzio
- Owner: michelebruno
- Created: 2023-09-21T08:09:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T17:04:18.000Z (about 2 years ago)
- Last Synced: 2025-10-11T12:46:22.942Z (9 months ago)
- Topics: jest, nextjs, sanity, typescript, unit-testing
- Language: TypeScript
- Homepage:
- Size: 3.53 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Silenzio Bruno
 
## Installation
Install as a dependency in your project
`yarn add silenzio`

## 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).