webamp/packages/skin-museum-client
2022-09-21 19:53:17 -07:00
..
.netlify Move to subdirectory in anticipation of merging into Webamp monorepo 2022-09-20 19:35:00 -07:00
public Move to subdirectory in anticipation of merging into Webamp monorepo 2022-09-20 19:35:00 -07:00
src Move to subdirectory in anticipation of merging into Webamp monorepo 2022-09-20 19:35:00 -07:00
.gitignore Ignore build 2022-09-20 21:45:42 -07:00
graphql.config.json Move to subdirectory in anticipation of merging into Webamp monorepo 2022-09-20 19:35:00 -07:00
netlify.toml Clean up deploy, add some docs for museum client 2022-09-21 19:53:17 -07:00
package.json Clean up deploy, add some docs for museum client 2022-09-21 19:53:17 -07:00
README.md Clean up deploy, add some docs for museum client 2022-09-21 19:53:17 -07:00
styleguide.config.js Move to subdirectory in anticipation of merging into Webamp monorepo 2022-09-20 19:35:00 -07:00

Winamp Skin Museum Client

This package is the client for the Winamp Skin Museum. It is a React/Redux/RXJS application that uses the GraphQL API provided by the skin-database package in this same repository.

Development

cd packages/skin-museum-client
yarn
# Run this at least once to ensure the local version of Webamp has been built.
yarn build-webamp
yarn start

Deployment

The Skin Museum client is deployed using Netlify. See the netlify.toml file in this same directory for details about how that works. The Netlify site is configured to use this subdirectory as it's base directory.