Skip to content
Source code of Strm
Branch: develop
Clone or download
dependabot-bot and duxet Bump @babel/core from 7.4.0 to 7.4.3
Bumps [@babel/core](https://github.com/babel/babel) from 7.4.0 to 7.4.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](babel/babel@v7.4.0...v7.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Latest commit b0d078c Apr 3, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci
app Add PHPStan Mar 24, 2019
bootstrap Type declaration fixes Mar 24, 2019
chart Add persistence Mar 11, 2019
config Bump Laravel to 5.8 Mar 22, 2019
database Fix notifications DB schema Mar 21, 2019
public
resources Bump Laravel to 5.8 Mar 22, 2019
src/Settings Add type declarations Mar 22, 2019
storage Bump Laravel to 5.8 Mar 22, 2019
tests Update test DB dump Oct 9, 2017
.codeclimate.yml
.dockerignore Update readme and Docker stuff Feb 3, 2017
.editorconfig Switch to SQL Apr 5, 2015
.env.sample
.gitattributes Switch to CodeCeption Mar 14, 2015
.gitignore
Dockerfile
LICENSE
README.md Update readme and Docker stuff Feb 3, 2017
RoboFile.php Add Robo Sep 17, 2016
artisan
codeception.yml Enable code coverage Sep 19, 2016
composer.json
composer.lock
docker-compose.override.yml Add pgweb Mar 9, 2019
docker-compose.yml Fix Docker image Feb 25, 2019
docker-entrypoint.sh Add CircleCI config Mar 14, 2019
easy-coding-standard.yml Add type declarations Mar 22, 2019
package-lock.json Bump @babel/core from 7.4.0 to 7.4.3 Apr 3, 2019
package.json Bump @babel/core from 7.4.0 to 7.4.3 Apr 3, 2019
server.php
webpack.config.js Fix Mar 24, 2019
webpack.dev.js Some JS fixes Mar 11, 2019

README.md

Strimoid

Join the chat at https://gitter.im/Strimoid/Strimoid Build Status Test Coverage Code Climate Docker Repository on Quay

Source code of Strm.pl, brand-new social service.

API documentation

You can find API documentation at https://developers.strm.pl

How to start?

You'll need to get Docker and docker-compose, if you don't have them already installed.

docker-compose up -d --build
docker-compose exec web artisan migrate

Then go to http://localhost:8000 and enjoy.

To do

  • Tests, tests, tests!
  • Better frontend, with support for i18n
  • Improve API
  • Many many other things...

Any questions?

Just join any of following channels and please feel free to ask, we will try to answer as soon as possible.

  • Telegram: @strimoid
  • IRC: #strimoid @ Freenode
You can’t perform that action at this time.