Skip to content

VueSD/website

Repository files navigation

VueSD Website

Contributing

There are plenty of ways to contribute to this project:

Development

  1. Copy env.local.sample file to env.local
  2. Generate a new GitHub personal access token (https://github.com/settings/tokens) with the minimum access rights of "public_repo"
  3. Replace the env.local value for VUE_APP_GITHUB with new access token

Install Dependencies

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit

To customize configuration, see Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published