Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Popcorn-moe/Web

Repository files navigation

Popcorn.moe Web

screenshot

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm start

# serve with hot reload at localhost:8080 by using prod environment (Use this if you don't installed localy Auth and Api Service)
API_URL="https://api.popcorn.moe" AUTH_URL="https://auth.popcorn.moe" npm start

# build for production
npm run build

Running the tests

npm run test

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • David Duarte - Initial work - DeltaEvo
  • Lucas Lelièvre - Initial work - loucass003
  • SkyBeast - Some commits to show us that he is working - SkyBeastMC

See also the list of contributors who participated in this project.

License

This project is licensed under the GPLv3 License - see the LICENSE.md file for details

Acknowledgments

  • valmax72 - For the awesome logo and design - valmax72