Getting Started - Base modules
These instructions assume you have already installed Lynicon ASP.Net Core.
First install the LyniconANC.Base nuget module.
Then add a line of code to include the commands module, using a licence key.
A licence key can be purchased from https://www.lynicon.com/lynicon-base. The purchase includes 1 year of support.
services.AddLynicon(options => options.UseConfiguration(Configuration.GetSection("Lynicon:Core")) .UseModule<CoreModule>() .UseModule<LyniconBaseCommands>(.. licence key ..) ) .AddLyniconIdentity();
Now you need to download the views and front-end files needed for the Base modules. Â Open a command window as Administrator. Â Navigate to the project folder and type the following:
The files being downloaded will be listed and the result should look like this: