- WSL
- Git
- Node 20+ (see
.nvmrc)
curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt install -y nodejs
- Clone the repository in WSL
git clone https://github.com/xprtz/website.git
- Install dependencies
- Create the
.env file for the app(s) you want to run from the sample file
cp apps/dotnet/.env.example apps/dotnet/.env
PUBLIC_STRAPI_URL: The URL of the Strapi CMS (run the cms project locally, or point to a hosted instance).
PUBLIC_IMAGES_URL: The URL used to resolve media served by Strapi, usually the same as PUBLIC_STRAPI_URL.
- Start the app you want to work on
or
- Open the app in your browser
http://localhost:3001 # dotnet
http://localhost:3004 # learning