在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Layla-P/HacktoberfestProject开源软件地址(OpenSource Url):https://github.com/Layla-P/HacktoberfestProject开源编程语言(OpenSource Language):CSS 92.7%开源软件介绍(OpenSource Introduction):Welcome to the .NET Hacktoberfest projectWe welcome PRs small and large to any .NET open source project on GitHub. This project is intended to be used as a PR Tracker to help with Hacktoberfest. Be sure to check the Wiki for more information too! Hacktoberfest Project Dev SetupThis project currently uses Table Storage for persisting data. To allow for development of this application we are using Cosmos DB Emulator with Table Storage API. New to .NET and C#?.NET Core is open source and cross platform. Come hang out in the Discord and we'll help you! Emulator download and install instructionsEmulator ConfigurationFor this project we are using the Table Storage Endpoint which is not enabled by default. To enable this, run the Cosmos Emulator with the command line switch Once the emulator is up and running the only thing left to do is to set the connection string and table name in the application. You can use appsettings.json or user secrets. The connection string should be as follows (the account key shown here is the default one installed by the emulator):
The table name doesn't matter as it can be unique to your installation. We suggest you use: This will make life easier if we need to help you debug an issue. Github application registration
This will provide you with the client id and secret needed for the secrets configuration below. Secrets ConfigurationThis application uses the dotnet user-secrets tool documented here The following secrets will need setup from within the
Known IssuesThe following error occurs due to using http for local development instead of SSL with the Chrome Browser: An unhandled exception occurred while processing the request. Exception: Correlation failed. To correct the problem:
Styling the front endThe project uses tailwind CSS! System requirements:
To install dependencies, run the following commands:
Adding stylesThe raw css is stored in The aim of using tailwind, is this:
Ideally, we shouldn't have to add any custom css to raw.css. To follow this pattern, attempt to add and edit styles only in the HTML layout files. Compiling cssTo compile any extra css you add to raw.css, run the following command:
Take a look at |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论