mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-05 13:35:24 +02:00
chore(editor): the table tool was updated (#127)
* update editor, table, readme * upd picture
This commit is contained in:
parent
541c145e72
commit
180e1d57cb
4 changed files with 61 additions and 38 deletions
31
README.md
31
README.md
|
@ -1,6 +1,15 @@
|
|||
## Set up the environment
|
||||
# CodeX Docs
|
||||
|
||||
Engine for documentation website using [Editor.js](//editorjs.io)
|
||||
|
||||

|
||||
|
||||
## Development
|
||||
|
||||
### Set up the environment
|
||||
|
||||
Install node version manager and required version of node js
|
||||
|
||||
```
|
||||
$ chmod u+x ./bin/nvm.sh && ./bin/nvm.sh
|
||||
$ nvm install
|
||||
|
@ -17,27 +26,27 @@ $ brew install yarn --without-node
|
|||
|
||||
Or download it directly from the [website](https://yarnpkg.com/en/docs/install)
|
||||
|
||||
## Install npm packages
|
||||
### Install npm packages
|
||||
|
||||
```
|
||||
$ yarn install --frozen-lockfile
|
||||
```
|
||||
|
||||
## Available scripts
|
||||
### Available scripts
|
||||
|
||||
### Start the server
|
||||
#### Start the server
|
||||
|
||||
```
|
||||
$ yarn start
|
||||
```
|
||||
|
||||
### Run ESLint with `--fix` option
|
||||
#### Run ESLint with `--fix` option
|
||||
|
||||
```
|
||||
$ yarn lint
|
||||
```
|
||||
|
||||
### Run tests
|
||||
#### Run tests
|
||||
|
||||
```
|
||||
$ yarn test
|
||||
|
@ -48,3 +57,13 @@ $ yarn test
|
|||
To manage pages you need to authorize (available on `/auth`).
|
||||
|
||||
To generate password use `yarn generatePassword [password]` command.
|
||||
|
||||
# About CodeX
|
||||
|
||||
<img align="right" width="120" height="120" src="https://codex.so/public/app/img/codex-logo.svg" hspace="50">
|
||||
|
||||
CodeX is a team of digital specialists around the world interested in building high-quality open source products on a global market. We are [open](https://codex.so/join) for young people who want to constantly improve their skills and grow professionally with experiments in cutting-edge technologies.
|
||||
|
||||
| 🌐 | Join 👋 | Twitter | Instagram |
|
||||
| -- | -- | -- | -- |
|
||||
| [codex.so](https://codex.so) | [codex.so/join](https://codex.so/join) |[@codex_team](http://twitter.com/codex_team) | [@codex_team](http://instagram.com/codex_team) |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue