# easings.net
**Repository Path**: okay_6/easings.net
## Basic Information
- **Project Name**: easings.net
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 2
- **Created**: 2023-07-11
- **Last Updated**: 2023-07-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Easing Functions Cheat Sheet
Simple cheat sheet to help developers pick the right easing function.
## Contributing
GitHub has great instructions on how to [set up Git], [fork a project] and
[make pull requests]. If you have a problem with Git, just send your files
directly to .
[set up Git]: https://docs.github.com/en/github/getting-started-with-github/set-up-git
[fork a project]: https://docs.github.com/en/github/getting-started-with-github/fork-a-repo
[make pull requests]: https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests
### Translate
Just copy the `i18n/en.yml` file to `i18n/CODE.yml` (where `CODE` is
the lowercased [RFC 3066] language code of your target language,
for example `fr-ca` for Canadian French) and translate all messages.
[RFC 3066]: http://www.i18nguy.com/unicode/language-identifiers.html
### Test
1. Install project dependencies:
```sh
yarn install
```
2. That’s all. Run development server:
```sh
yarn run start
```
3. And open [localhost:1234] in browser.