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.
- Host: GitHub
- URL: https://github.com/mrroot5/mawahe
- Owner: mrroot5
- Created: 2019-12-02T19:04:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T15:43:11.000Z (over 3 years ago)
- Last Synced: 2025-02-26T21:45:12.304Z (over 1 year ago)
- Language: CSS
- Size: 8.99 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mawahe
> Mawahe: tattoo and illustrator artist
[](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/).