Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

🌐⚔️ Destiny Clan Warfare website

Notifications You must be signed in to change notification settings

newhighsco/destiny-clan-warfare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Destiny Clan Warfare

https://destinyclanwarfare.com

Netlify Status Storybook CircleCI codecov

Setup

Install dependencies

nvm install
yarn install
yarn generate:ssl
netlify link

Run

All project processes can be started using the following:

yarn start

Testing

Runs all the automated QA tools

This can be run using:

yarn test

Build

Generate a production build of the site using the following:

yarn build