This project is being developed to browse AC6 emblems by platform, name, etc.
-
Download .NET 7 SDK
-
Install dotnet ef tools by using the following command
dotnet tool install dotnet-ef -g
-
Install Docker Desktop
-
Create a postgres sql container using the following commands in Powershell
docker pull postgres
docker run -p 5432:5432 --restart unless-stopped --name dev-postgres -v dev-postgres -e POSTGRES_PASSWORD="<pw-here>" -e POSTGRES_INITDB_ARGS="--auth-host=scram-sha-256 --auth-local=scram-sha-256" -d postgres
-
Download and install nodejs LTS
-
Run ASP.NET WebAPI project under src/ArmoredCoreSixEmblemBrowser/ArmoredCoreSixEmblemBrowser.Web
-
Run
npm i
in src/ac6-emblems -
Run vuejs project using
npm run dev
-
Download .NET 7 SDK if not already installed
-
Install dotnet ef tools by using the following command
dotnet tool install dotnet-ef -g
-
Install Docker for your distro
-
Create a postgres sql container using the following commands in Powershell
docker pull postgres
docker run -p 5432:5432 --restart unless-stopped --name dev-postgres -v dev-postgres -e POSTGRES_PASSWORD="<pw-here>" -e POSTGRES_INITDB_ARGS="--auth-host=scram-sha-256 --auth-local=scram-sha-256" -d postgres
-
Download and install nodejs LTS
-
Run ASP.NET WebAPI project under src/ArmoredCoreSixEmblemBrowser/ArmoredCoreSixEmblemBrowser.Web
-
Run
npm i
in src/ac6-emblems -
Run vuejs project using
npm run dev