Skip to content

XPRTZ/website

Repository files navigation

🚀 Getting started

Prerequisites

  • 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

Getting started

  1. Clone the repository in WSL
    git clone https://github.com/xprtz/website.git
  2. Install dependencies
    npm install
  3. 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.
  4. Start the app you want to work on
    npm run develop:dotnet
    or
    npm run develop:learning
  5. Open the app in your browser
    http://localhost:3001 # dotnet
    http://localhost:3004 # learning

About

Our new website - a constant work in progress

Resources

Stars

3 stars

Watchers

6 watching

Forks

Contributors