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

https://github.com/iroco-co/rezofora


https://github.com/iroco-co/rezofora

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Rezofora

- Site live : https://rezofora.co
- Site en preview sur Github pages : https://iroco-co.github.io/rezofora/
- [Design visuel](design-visuel)
- Traductions : https://fink.inlang.com/github.com/iroco-co/rezofora

## Developing

Once you've installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

```sh
npm start
```

## Running tests

```sh
npm test
```

## Building

To create a production version of your app:

```sh
npm run build
```

You can preview the production build with

```sh
npm run preview -- --host --port
```

## Deployment

After building the app, you can deploy it.

```sh
npm run deploy
```