Below is a guide on developing Pycord UI.
Fork and clone the repository
$ git clone https://github.com/<your-username>/pycord-ui
To install dependencies run the script below in your terminal.
# NPM
$ npm install
# Yarn
$ yarn
To test build the files in the /tests
directory, run this NPM script in your terminal:
# NPM
$ npm run test:sass
# Yarn
$ yarn test:sass
This generates *.css
files for you to check for unexpected behaviors.
To build the files, run this NPM script in your terminal:
# NPM
$ npm run test:sass
# Yarn
$ yarn test:sass
This generates a build.css
file in /packages/pycui/
.