Official Website of the Stellar Labs Team.
📡 : a broadband connection is needed to perform this action.
Download the project from the GitHub repository.
$ git clone https://github.com/stellar-labs/www
Fetchs the dependencies.
$ yarn install
Configure the linter for JavaScript & Vue files.
$ yarn lint:init
Open the .eslintrc.*
file and update it accordingly.
'use strict'
module.exports = {
//...
"extends": [ // extends property now contains an array of strings
"eslint:recommended",
"plugin:vue/essential" // this is the added line
],
//...
};
Simulates a local website.
$ yarn start
Final HTML, CSS and JavaScript files ready for deployment.
$ yarn build