Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 777 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 777 Bytes

Contributing to react-native-bigheads

Thanks for your interest in Dogecoin for VS Code! You are very welcome to contribute.

Set up

  • Required software:

Make sure you have configured your VS Code dev environment as described in its official docs

Clone this repository and install its dependencies

git clone https://github.com/felipecespedes/dogecoin-vs-code.git
cd dogecoin-vs-code
yarn

Then generate the env variables

yarn generate-env

Run the Svelte compiler

yarn watch-svelte

Open the dogecoin-vs-code folder in VS Code then press F5