https://github.com/murilopolese/punanimation-directory
A directory of women, trans and non-binary friends working with animation and motion graphics.
https://github.com/murilopolese/punanimation-directory
Last synced: 4 months ago
JSON representation
A directory of women, trans and non-binary friends working with animation and motion graphics.
- Host: GitHub
- URL: https://github.com/murilopolese/punanimation-directory
- Owner: murilopolese
- License: mit
- Created: 2018-03-04T13:59:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T21:22:30.000Z (4 months ago)
- Last Synced: 2025-02-26T22:26:10.547Z (4 months ago)
- Language: JavaScript
- Homepage: http://www.panimation.tv
- Size: 9.49 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Run Keystone
```
# /
npm start
```Environment variables:
```
COOKIE_SECRET=
MONGO_URL=
CLOUDINARY_URL=
```# Run Frontend code
```
# /public
npm start
```# Updating www.panimation.tv
```
# /public
npm run deploy
``````
# /public
./update.sh
```