Skip to content

Commit

Permalink
update README.md, misc, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
azhe403 committed Jun 9, 2024
1 parent dc72ea2 commit 3f58885
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ __pycache__/
**/Storage/AppSettings
**/Storage/Temp*
**/Storage/Cache*
**/Storage/Hangfire*
**/cert

.env
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<BaseOutputPath>.bin\</BaseOutputPath>
</PropertyGroup>
<PropertyGroup>
<Version>224.5.8888.45698</Version>
<Version>224.6.8926.36370</Version>
<Company>WinTenDev</Company>
<Authors>azhe403</Authors>
<Product>ZiziBot</Product>
Expand Down
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,19 @@
</p>

<p align="center">
<a href="https://gitpod.io/#https://github.com/WinTenDev/ZiziBot-Engine">
<img src="https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod" alt="Gitpod ready-to-code" />
</a>
<a href="https://gitpod.io/#https://github.com/WinTenDev/ZiziBot-Engine">
<img src="https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod" alt="Gitpod ready-to-code" />
</a>
<div align="center">
<img src="https://img.shields.io/github/languages/code-size/WinTenDev/ZiziBot-Engine" alt="GitHub code size in bytes" />
</div>
</p>

# Setup Development

1. <a href="https://dotnet.microsoft.com/en-us/download" target="_blank">.NET 7</a>
2. <a href="https://nodejs.org/en/download" target="_blank">NodeJs 18</a>
3. <a href="https://www.jetbrains.com/rider" target="_blank">Jetbrains Rider</a> || <a href="https://visualstudio.microsoft.com" target="_blank">Visual Studio 2022</a> || <a href="https://code.visualstudio.com" target="_blank">Visual Studio Code</a>
1. <a href="https://dotnet.microsoft.com/en-us/download" target="_blank">.NET 8</a>
2. <a href="https://nodejs.org/en/download" target="_blank">NodeJS LTS</a>
3. Your favorite IDE (<a href="https://www.jetbrains.com/rider" target="_blank">Jetbrains Rider</a> || <a href="https://visualstudio.microsoft.com" target="_blank">Visual Studio 2022</a> || <a href="https://code.visualstudio.com" target="_blank">Visual Studio Code</a>)
4. Docker (Optional)
5. MongoDB (We can use <a href="https://www.mongodb.com/atlas/database" target="_blank">Mongo Atlas</a>)

Expand Down
2 changes: 1 addition & 1 deletion backend/ZiziBot.Engine/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ASPNETCORE_ENVIRONMENT=Development
ASPNETCORE_URLS=https://localhost:7120;http://localhost:5031
MONGODB_CONNECTION_STRING=mongodb://localhost:27017
WEB_CONSOLE_URL=https://127.0.0.1:7121
WEB_CONSOLE_URL=https://127.0.0.1:7120

0 comments on commit 3f58885

Please sign in to comment.