Skip to content

ONLYOFFICE/personal.onlyoffice.com

Repository files navigation

personal.onlyoffice.com

App for creating an account for personal online office.

How to install

You must have yarn and the latest node.js installed.

Install Node.js (npm and npx are included in the installation)

You need to install LTS version.

Node.js

Install yarn globally

npm i -g yarn

It should respond with a version number

yarn -v node -v

Install the dependencies

yarn

Run the development server

yarn develop

or

gatsby develop

Open http://localhost:9000 in your browser to see the result.

Build

Run:

yarn build

to build the website into public folder with one page per locale automatically generated.

Run the storybook

yarn storybook

Open http://localhost:8082 in your browser to see the result.

Project info

The stack we are using:

Official website: https://www.onlyoffice.com.