add base of project
This commit is contained in:
commit
ab04fdf76a
|
@ -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.
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"name": "im-a-dev",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"main": "index.js",
|
||||||
|
"author": "blek",
|
||||||
|
"license": "MIT"
|
||||||
|
}
|
Loading…
Reference in New Issue