/webland

This is the open source code of my portfolio. Thanks for attention.

Primary LanguageSCSS

WEBLand

This is the open source code of my portfolio.
Thanks for attention.

Links

Prerequisites

Node.js (^12.18.3, or >=14.0.0)


Run Сode

Get started

	git clone https://github.com/luamoris/webland.git
	cd webland
	npm i
	npm start

For build

	npm run dev 	// development
	npm run build	// production

For lint

	npm run lint		// lint Javascript files
	npm run stylelint	// lint SCSS files

Author