An open API service indexing awesome lists of open source software.

https://github.com/mrroot5/mawahe

@mawahe Illustrator. Madrid Lover of arts and human mind.
https://github.com/mrroot5/mawahe

Last synced: 18 days ago
JSON representation

@mawahe Illustrator. Madrid Lover of arts and human mind.

Awesome Lists containing this project

README

          

# Mawahe

> Mawahe: tattoo and illustrator artist

[![Netlify Status](https://api.netlify.com/api/v1/badges/944acc09-dffb-4b92-9e56-376aa42e1dc5/deploy-status)](https://app.netlify.com/sites/mawahe/deploys)

## Prerequisites

* Yarn or npm.

### How to install yarn

* [Official guide](https://classic.yarnpkg.com/en/docs/install/).

* With `npm`: `npm install --global yarn`.

## Build Setup

All commands in [package.json](package.json).

### Development

* Install dependencies:

```shell
yarn install
```

* Server with hot reload at localhost:3000:

```shell
yarn dev
```

### Production

* Build for production:

```shell
yarn build
```

* Launch server:

```shell
yarn start
```

* Generate static project on dist:

```shell
yarn generate
```

* Know check on dist that generated web is ok.
This will be generated by netlify when si merged to master to publish it online.

For detailed explanation on how things work, check out .

## Resources

* [Vue.js](https://vuejs.org).

* [Nuxt.js](https://nuxtjs.org).

* [Vuetifyh](ttps://vuetifyjs.com/en/).