commit ab04fdf76a34d1b509b5425723dd2f520fecd75f Author: b1ek Date: Fri Apr 21 08:50:07 2023 +1000 add base of project diff --git a/README.md b/README.md new file mode 100644 index 0000000..76e3504 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# blek.is-a.dev source code +Hi there! This is the source code of my is-a.dev page. + +It is published mainly for a skills show-off, but also could be used as a template for your page. + +# Building +**Warning: This uses `yarn`. Building with `npm` could produce errors.** + +```sh +$ git clone git.blek.codes/blek/imadev +$ cd imadev +$ yarn install +$ yarn run prod-build +``` + +# Development +Clone the code and run `dev` script with yarn. It will start a development server. diff --git a/package.json b/package.json new file mode 100644 index 0000000..bb1d76a --- /dev/null +++ b/package.json @@ -0,0 +1,7 @@ +{ + "name": "im-a-dev", + "version": "1.0.0", + "main": "index.js", + "author": "blek", + "license": "MIT" +}