ayon-core/website
Petr Kalis 57a51c28a3 OP-1730 - added icon and documentation
Slack requires peculiar format of icon, provided one.
2022-01-12 16:43:12 +01:00
..
docs OP-1730 - added icon and documentation 2022-01-12 16:43:12 +01:00
src docs[website]: Homogenize collab and client logo display sizes 2021-11-26 16:48:03 +01:00
static docs[website]: Add Ellipse Studio (logo) as an OpenPype contributor 2021-11-26 14:03:54 +01:00
docusaurus.config.js update google analytics 2021-10-21 09:59:43 +02:00
package.json
publish.cmd
README.md
sidebars.js Merge pull request #1952 from jrsndl/documentation/nuke_tut 2021-09-16 10:00:05 +01:00
yarn.lock Bump algoliasearch-helper from 3.4.4 to 3.6.2 in /website 2021-11-23 21:40:46 +00:00

When developing on Windows make sure start.sh has the correct line endings (LF).

Start via yarn:

Clone repository

Install yarn if not already installed (https://classic.yarnpkg.com/en/docs/install) For example via npm (but could be installed differently too)

```npm install --global yarn```

Then go to website folder

```yarn install``` (takes a while)

To start local test server:

```yarn start```

Server is accessible by default on http://localhost:3000

Start via docker:

Setting for docker container:

docker build . -t pype-docs
docker run --rm -p 3000:3000 -v /c/Users/admin/openpype.io:/app pype-docs