Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cchampou/toukan-prod


https://github.com/cchampou/toukan-prod

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

> This is the source code of [Toukan Production](https://toukanproduction.com)'s website.

# Development documentation

## Work locally

First, install the dependencies:

```shell
yarn install
```

To start a development server, run:

```shell
yarn start
```

## Tooling

The codebase is code-styled enforced by [ESlint](https://eslint.org) and [Prettier](https://prettier.io).

Preset used by eslint are proposed by AirBnB.

## Deployment

Currently, the website is auto-deployed on Vercel. The production website is accessible
[here](https://toukanproduction.com).