TL;DR
Running the following commands in a terminal will
- create a workspace
- install dependencies
- build packages
- create a
.envfile - render sample content
- create a registration file
- run 10x Resume in watch mode
Setup
-
Terminal window mkdir ~/10xresume && cd ~/10xresumegit clone https://gitlab.com/10xresume/devcd devjustThe 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
-
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
-
Open another terminal and run the following commands to show the development server’s static link and password
Terminal window cd ~/10xresume/devjust linkSample output
Terminal window % just linklink https://localhost:5173/?00000000#/l/7cCwTvv93tpJhnU44MwMuAstatic link https://localhost:5173/static?00000000#/l/7cCwTvv93tpJhnU44MwMuApassword xxxxxxxxxxxxxxxxxxxx
-
Open the static link in a browser, enter the password and press SIGN IN to login. The browser will redirect to a welcome page.
-
On OSX the following commands will copy the password to the clipboard and open the static development link in a browser.
Terminal window cd ~/10xresume/devjust openstaticTo login paste the password from the clipboard into the password field and press SIGN IN. The browser will redirect to a welcome page.