Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cchampou/toukan-prod
https://github.com/cchampou/toukan-prod
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cchampou/toukan-prod
- Owner: cchampou
- License: mit
- Created: 2022-03-16T22:34:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T13:42:47.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T09:33:36.654Z (almost 2 years ago)
- Language: TypeScript
- Homepage: https://toukanproduction.com
- Size: 31.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).