Skip to content

silksil/win-frontend-1

 
 

Repository files navigation

Stays Dapp

Setup

This is a win dapp. All dependencies have to be installed via yarn from the root of repository.

Development

Create .env file in the root of repository with content like in the file .env.example. To start project locally please rum this command.

yarn start

Storybook

Runs a storybook UI at http://localhost:6006/

yarn storybook

Create .env file in the root of repository with content like in the file .env.example. To start project locally please rum this command.

yarn start

Commits

To commit to the repository after staging the commit:

yarn commit

Select the appropriate type of commit message, any issues to close, and note any breaking changes.

Production build

yarn build

Development documentation

Commit messages

Husky forces us to commit messages in a certain format. The conventions of these messages can be found here: https://www.conventionalcommits.org/en/v1.0.0/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.4%
  • Other 1.6%