Thanks for your interest in Dogecoin for VS Code! You are very welcome to contribute.
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