Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oreal-solutions/motionlink-docs
MotionLink documentation website
https://github.com/oreal-solutions/motionlink-docs
Last synced: 9 days ago
JSON representation
MotionLink documentation website
- Host: GitHub
- URL: https://github.com/oreal-solutions/motionlink-docs
- Owner: oreal-solutions
- License: cc0-1.0
- Created: 2021-12-04T09:15:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T00:29:14.000Z (over 1 year ago)
- Last Synced: 2024-11-08T18:07:43.785Z (2 months ago)
- Language: JavaScript
- Homepage: https://motionlink.co
- Size: 1.56 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Content
The Tutorials for this website can be edited [here](https://motionlink.notion.site/2ef74f96cd084ac4a754daa73a8d417b?v=3b494014b0b34f009e72b0f6c527d163). The blog content can be edited [here](https://motionlink.notion.site/d5d4fff4ab0f47458d21eb3403f2e214?v=d402d5626f1b40528e5a6d9a3fe149d6).
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```### Local Development
```
$ yarn start
```This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.