8000 GitHub - luamoris/webland: This is the open source code of my portfolio. Thanks for attention.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

luamoris/webland

Repository files navigation

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


0