SkillAgentSearch skills...

Mendiak

⛰️ Montes Vascos / Euskal Herriko Mendiak / Basque Mountains Landscape Generator with Perlin Noise, SVG and JavaScript

Install / Use

/learn @alterebro/Mendiak
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

⛰️ mendiak › mendiak.moro.es

Basque Mountains Generator / Generador de Montes Vascos / Euskal Herriko Mendiak Sortzailea.
Basque Mountains Landscape Wallpaper Images generation with Perlin Noise, SVG and JavaScript.
Built using: Parcel, SVG,js, TinyColor and Perlin Noise. Deployment with Netlify

mendiak


Development

Clone or download the repository, install development dependencies and install Parcel if you already haven't.

$ git clone https://github.com/alterebro/mendiak.git
$ cd mendiak/
$ npm install
$ npm install -g parcel-bundler

— Start Development Server

$ npm run dev
# $ parcel src/index.html

— Build Project

$ npm run build
# $ rm -rf dist
# $ parcel build src/index.html --no-source-maps && cp -a src/static/. dist/

— Serve built project (/dist files)

$ npm run serve
# $ npm run build
# $ ip=`ipconfig getifaddr en0`; php -S $ip:8000 -t dist/

— Deploy (via Netlify)

No need for this: Auto publishing is on. Deploys from master are published automatically.

$ npm run deploy
# $ npm run build && netlify deploy --prod

Jorge Moreno aka Moro@alterebro.

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated3mo ago
Forks1

Languages

JavaScript

Security Score

77/100

Audited on Dec 17, 2025

No findings