All Projects → STRd6 → pixieengine.com

STRd6 / pixieengine.com

Licence: other
Where pixels become heros, together.

Programming Languages

ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language
Haml
164 projects
Sass
350 projects
HTML
75241 projects
coffeescript
4710 projects

Projects that are alternatives of or similar to pixieengine.com

pixelizer
An efficient image pixelizer written in go
Stars: ✭ 103 (+312%)
Mutual labels:  pixel-art
ColorByNumber-iOS
Color by Number: a pixel coloring game on iOS.
Stars: ✭ 50 (+100%)
Mutual labels:  pixel-art
social-login-phpbb
Social Login for phpBB allows your users to login and register with 40+ social networks. It increases your phpBB user registration rate by simplifying the registration process.
Stars: ✭ 48 (+92%)
Mutual labels:  social-network
8 bit hubble
Generate random pixel art galaxies! In honor of Hubble Space Telescope, SNES videogames and Bob Ross
Stars: ✭ 59 (+136%)
Mutual labels:  pixel-art
socials
👨‍👩‍👦 Social account detection and extraction in Python, e.g. for crawling/scraping.
Stars: ✭ 37 (+48%)
Mutual labels:  social-network
vscode-luna-paint
A raster image editor extension for VS Code
Stars: ✭ 235 (+840%)
Mutual labels:  pixel-art
react-mobile-social
The React Mobile Social is an open source social app using React Native.
Stars: ✭ 51 (+104%)
Mutual labels:  social-network
awesome-alternatives
A list of alternative websites/software to popular proprietary services.
Stars: ✭ 123 (+392%)
Mutual labels:  social-network
django-social-network-like-Facebook-or-Instagram
Live site at https://sbraven.herokuapp.com Do checkout this project to know how all the features of Facebook like Like , Comments , Messaging , Profile, Stories, Notifications , Friend Requests work under the hood.
Stars: ✭ 19 (-24%)
Mutual labels:  social-network
pixel-art-supplies
Wholesale Pixel-Art resources (for free!) …
Stars: ✭ 31 (+24%)
Mutual labels:  pixel-art
social
A simple social media using MEAN Stack. Frontend: Angular 6.
Stars: ✭ 13 (-48%)
Mutual labels:  social-network
ts-ui
Telar Social Network using Reactjs
Stars: ✭ 35 (+40%)
Mutual labels:  social-network
inCyberPunk2022
👾 https://cybersocial.herokuapp.com/   C̵̡̡͓̪̺̲̺̳̭̱̩͖͔̽̈́͜y̵̢̺̮̥̠̲̼̫͗b̴̲͇̟̭̹͆͒̈́̒͋̃̌̇̈̆̚͠͠ȅ̷̡̢̩̺̏r̴̢̛̹̲̜͙͉̩̩̣͉̺͂̀́̈́̇͛͋̊̉̈́̇P̵̡͊̚ų̵̙̣͓̤̼̭̤̥̯̻̯̒ͅň̸̛̯͕̦̦͓̙̋͐̈́́̉ͅḱ̷̡̪͚͉̟̘̳̯̳͉̈́͐͂̇̾͑̕̕͝ͅ
Stars: ✭ 28 (+12%)
Mutual labels:  social-network
shepherd
Shepherd is our 2nd prototype to showcase how a truly decentralised social network can be based on SOLID.
Stars: ✭ 14 (-44%)
Mutual labels:  social-network
pixelit
Create pixel art from an image
Stars: ✭ 692 (+2668%)
Mutual labels:  pixel-art
driwwwle
The social network for developers. Discover creative websites and build a community.
Stars: ✭ 109 (+336%)
Mutual labels:  social-network
Social-Recommendation
Summary of social recommendation papers and codes
Stars: ✭ 143 (+472%)
Mutual labels:  social-network
Nitro-Backend
Human-Connection - Social Network Backend
Stars: ✭ 14 (-44%)
Mutual labels:  social-network
socialize
Python CLI client for 'Socialize - A social network on the command line'
Stars: ✭ 32 (+28%)
Mutual labels:  social-network
diaspy
Unofficial Python interface to the DIASPORA* social network
Stars: ✭ 58 (+132%)
Mutual labels:  social-network

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

    • 2.4.9
  • System dependencies

    • Redis

    • Postgres

  • Configuration

  • How to run the test suite

    • rails test
  • Services (job queues, cache servers, search engines, etc.)

  • Production Dependencies

    • Heroku

    • Mailgun

    • Heroku Postgres

    • Heroku Redis

  • Deployment instructions

OSX Dev setup

Install Homebrew if you don't already have it

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install postgresql if you don't have it

  • brew install postgresql
  • brew services start postgresql

Install ImageMagick so that you can install RMagick. If you're on OSX Sierra, you'll need to force an older version of ImageMagick

  • brew install imagemagick@6
  • brew link --force imagemagick@6

Install all the project's dependencies with bundle install

Ubuntu Setup

sudo apt-get install -y imagemagick libmagickwand-dev postgresql libpq-dev
sudo service postgresql start

First time configuration

Create your development database

bundle exec rake db:setup

Syncing your local db with prod

  1. Install the Heroku CLI
  2. Log in to the CLI
  3. Make sure you have added the heroku remote for this project
  4. Run script/sync-db-with-prod
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].