Skip to content

Official Sources for the Website of the Stellar Labs Team

License

Notifications You must be signed in to change notification settings

stellar-labs/www

Repository files navigation

www

Official Website of the Stellar Labs Team.

Legend

📡 : a broadband connection is needed to perform this action.

Requirements

Download 📡

Download the project from the GitHub repository.

$ git clone https://github.com/stellar-labs/www

Installation 📡

Fetchs the dependencies.

$ yarn install

Linting

Configure the linter for JavaScript & Vue files.

ESLint

$ yarn lint:init

ESLint Plugin Vue

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
    ],
    //...
};

Serve

Simulates a local website.

$ yarn start

Build

Final HTML, CSS and JavaScript files ready for deployment.

$ yarn build

About

Official Sources for the Website of the Stellar Labs Team

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages