Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.

alterviewxyz/rpgmatewiki

Repository files navigation

Welcome to wiki.RPGMate.club sourse

Credits

This is a non-for-profit project. everyone is invited to collaborate.

Features

Development

Node.js v8.0.0 or above is required and using Yarn is recommended.

# install dependencies
yarn

# ...or with npm
npm install

# serve with hot reload for development (localhost:8000)
yarn develop

# serve storybook with hot reload for development (localhost:9000)
yarn storybook

# lint project
yarn lint

# format project source
yarn format

# run tests
yarn test

# build for production
yarn build

# build static storybook (outputs to `public/docs` folder)
yarn storybook:build

# serve locally (after building)
yarn serve

# clean the local build
yarn clean

License

This project is licensed under CC-BY-NC 4.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published