Skip to content

opengql/editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGQL Editor

Editor View

Editor View

Node installation

We need to download following installer and install it in our machine:

https://nodejs.org/dist/v18.16.1/node-v18.16.1-x64.msi

After installation, we should check is Node.js installed properly by executing following command in cmd:

node --version

If everything is fine we should see currently installed version of Node, if there are some problems, probably they are related to system environment variables.

yarn installation

Important Before start this part you should have installed and verified Node.js.

Yarn is alternative package manager for Node dependencies. To install it we need to use npm by executing following command:

npm install --global yarn

After installation, we should check is everything alright with following command:

yarn --version

Execution of that command should display the version of yarn. If Node is already installed properly there should be no problems with this installation.

About

GQL code editor.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages