Getting Started
Setup Velzon
Velzon is build with ASP.net Core 8 web app using Visual Studio 2022.
Prerequisites:
Please follow the below steps to install and setup all prerequisites:
-
Visual Studio
Make sure to have Visual Studio downloaded on your machine.
-
Nodejs
Make sure to have Node.js installed & running on your computer. If you already have installed Node on your computer, you can skip this step if your existing node version is greater than 18. We suggest you to use LTS version of Node.js.
-
Yarn
Make sure to have the Yarn installed & running on your computer. If you already have installed Yarn on your computer, you can skip this step. We suggest you use Yarn instead of NPM.
-
Gulp
Make sure to have the Gulp installed & running on your computer. If you already have installed gulp on run command
npm install -g gulp
from your terminal. -
Git
Make sure to have Git installed globally & running on your computer. If you already have installed git on your computer, you can skip this step.
After you finished with the above steps, go to the root directory ( Asp/Admin/Default ) of the project:
Command | Description |
---|---|
Open Solution file
|
Open Velzon.sln file with Visual studio then compile the project and check it. |