I'm trying to make a Gitlab pages static site with Harp by following their example and I want to use Gitlab IDE's client side evaluation feature to be able to preview it as I write.
It says I have to create a package.json
file with a main script, but I'm not writing a package, it's just a website!
So how could I achieve that? Thanks!