add base of project

This commit is contained in:
b1ek 2023-04-21 08:50:07 +10:00
commit ab04fdf76a
Signed by: blek
GPG Key ID: 14546221E3595D0C
2 changed files with 24 additions and 0 deletions

17
README.md Normal file
View File

@ -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.

7
package.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "im-a-dev",
"version": "1.0.0",
"main": "index.js",
"author": "blek",
"license": "MIT"
}