Oh, there's nothing to see here either.
1️⃣ Install Google's depot_tools.
2️⃣ In a new directory, run gclient config https://github.com/chrisdickinson/nojs.git.
3️⃣ Now run gclient sync. Go get some coffee! ☕🏃
4️⃣ Generate the project!
On Linux:
mkdir -p nojs/out/Defaultand opennojs/out/Default/args.gn.Enter:
is_clang = false use_sysroot = false target_sysroot = "/"Now, run
cd nojs; gn gen out/Default.
On Mac:
cd nojs; gn gen out/Default.
5️⃣ Now run ninja -C out/Default ':nojs'. Take a walk outside. 🚶🌳☁️
6️⃣ Once your laptop cools down, run out/Default/nojs. Marvel at how little it does.