Last updated
Last updated
To start using VeinIF,
Make sure that you've got installed on your machine.
- To check if Node is installed, type node -v
into your command prompt or terminal. The command prompt should return the version of Node.js installed on your local machine e.g. v12.13.0
.
- Otherwise, visit to download & install Node.js.
Download the latest release or a copy of .
Unzip, navigate to the folder containing VeinIF and open a command prompt.
In Windows, type cmd
onto the folder address bar to open Command Prompt that location.
Install dependency using Node Package Manager, which comes with the installation of Node. Type the following command into the Command Prompt:
After all packages has been installed, start the development environment by
either typing npm run dev
into the terminal...
or for Windows users, use BuildGUI.exe, which included with the package for a GUI with handy buttons that runs the npm commands for you.
Your default browser should open up a localhost page that preview the game.
Open the folder in an IDE. We recommend .
And that's it. You can now start coding and make your own game by open src/game/allParagraphs.ts
VeinIF uses (v0.0.1-alpha.1) and currently for web development server. As you save your code, changes will be detected and the web page? Refreshed.
Quickly learn the basics of VeinIF by doing a in our next section.
Quick setup guide - won't guarantee that it'll take less than 5 minutes...