Contributing
fr1end1y is completely open source and I welcome contributions via GitHub issues or pull requests. There are likely a ton of bugs, and certainly a lot of unsupported/missing features.
Working with the source code
Fork the repository in GitHub, clone it locally, restore dependencies, and run it in the same way as if you would if you were using the starter kit:
git clone https://github.com/Full-Hack-Developer/fr1end1y
cd fr1end1y
npm install
npm run dev-cms
npm run dev-site
The same scripts can be executed from the repository root directory as the template src
directory.
Default credentials
The CMS project is configured to perform an unattended install with the following credentials:
Email:
adm1n@fr1end1y.local
Password:
11111111111
โ ๏ธ These are only the credentials for the source template. Users of the starter kit will set their own credentials at Umbraco install time.
Building the NuGet package
From the repository root directory run:
dotnet pack
Install the template locally using:
dotnet new install bin/Release/Umbraco.Community.Templates.Fr1end1y.X.Y.Z.nupkg