Skip to content

Setup computer

On this page you can find everything needed to get up and running with your first app developed for Scifeon.

To complete this tutorial, you’ll need the following:

  1. Download NodeJS - we recommend the latest version, but LTS will suffice
  2. Install NodeJS on your computer
  3. Verify that NodeJS and NPM has been installed by opening a Command Prompt (+R, type cmd and press Enter) and enter node -v and npm -v. You should see something similar to this:
  1. Open a Command Prompt (on Windows: +R, type cmd and press Enter) and type npm install @scifeon/sdk -g and press Enter.
  2. Verify that Scifeon CLI is install by entering scifeon-cli -v. You should see something similar to this:
C:\Users\User>scifeon-cli -v
0.75.0

For further reference, see the documentation for Scifeon CLI.

Go to the links found above and install Git and VSCode.

You are now ready to start developing your first app: Click here to learn how to create and run your first App!