blek.is-a.dev business card
Go to file
b1ek 7ce3c94135
add webpack
2023-04-21 09:09:18 +10:00
public add webpack 2023-04-21 09:09:18 +10:00
src add webpack 2023-04-21 09:09:18 +10:00
.gitignore add gitignore 2023-04-21 08:58:42 +10:00
README.md add base of project 2023-04-21 08:50:07 +10:00
package.json add webpack 2023-04-21 09:09:18 +10:00
webpack.config.js add webpack 2023-04-21 09:09:18 +10:00
yarn.lock add webpack 2023-04-21 09:09:18 +10:00

README.md

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.

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