Skip to content

TL;DR

Running the following commands in a terminal will

  • create a workspace
  • install dependencies
  • build packages
  • create a .env file
  • render sample content
  • create a registration file
  • run 10x Resume in watch mode

Setup

  1. Terminal window
    mkdir ~/10xresume && cd ~/10xresume
    git clone https://gitlab.com/10xresume/dev
    cd dev
    just

    The default just target tries to run all the steps described in this section of the documentation in one go. If it fails in a new workspace the most likely reason is some required component is missing. Installing it and running just again will restart the process.

    After a minute or so the last step of the just command will start a development server in watch mode where it will run indefinitely.

Wait

  1. After a few moments, you will see a message of the form

    Terminal window
    @repo/App:dev: [0] 7:00:11 PM - Found 0 errors. Watching for file changes.

    When you see this the 10x Resume development server is ready for you to login.

Login

  1. Open another terminal and run the following commands to show the development server’s static link and password

    Terminal window
    cd ~/10xresume/dev
    just link
    Sample output
    Terminal window
    % just link
    link https://localhost:5173/?00000000#/l/7cCwTvv93tpJhnU44MwMuA
    static link https://localhost:5173/static?00000000#/l/7cCwTvv93tpJhnU44MwMuA
    password xxxxxxxxxxxxxxxxxxxx

  2. Open the static link in a browser, enter the password and press SIGN IN to login. The browser will redirect to a welcome page.