-
Notifications
You must be signed in to change notification settings - Fork 89
Installation
Jan Pánek edited this page Jun 27, 2021
·
1 revision
First, you have to clone the repository, you can do this any way you want.
$ git clone https://github.com/honzaap/Systemizer
Then open the root folder of the project
$ cd Systemizer
And install dependencies
$ npm install
Then run the project
$ ng serve --open
And that's it. To learn more about the project structure, continue to next section