18 lines
464 B
Markdown
18 lines
464 B
Markdown
|
# 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.
|