/v2.utopian.io

Version 2 Of Utopian.io made with Vue.js and the Quasar Framework

Primary LanguageJavaScriptOtherNOASSERTION

Utopian channel on Discord PRs Welcome Greenkeeper badge Build Status

Utopian.io v2

This repository is the home of the new Utopian.io.

Install instructions

The project uses yarn. Refer to its documentation to install it.

Install lerna
yarn global add lerna
Install dependencies of all the packages

This will bootstrap all the projects of the monorepo. If you only want to install a specific project, open the project folder and follow the instructions in the README.md.

lerna link
lerna bootstrap

Setup the different projects

Read the different projects' READMEs to see how to set them up.

Start developing

This will start the frontend and backend projects .

yarn run dev

Contributions

If you want to help us build this great project, these are the steps you will have to take to get started.

Please open the issues page.

You can work on any issue of the project board that is prefixed with [UT-*] and is in the To do column and is not assigned.

All issues have been assigned a difficulty score from 1 to 5. A score of 1 is an easy task that can be completed by a beginner. 5 is for experienced developers who have a good understanding of the project and the technologies we are using.

You've picked one? Great.

Read the description carefully and check the UML and design.

Are you feeling up to the task? DM @gregory[mod] on the utopian discord with the following message:

Hi, I would like to start working on the task GITHUB_ISSUE_URL.

A little bit about me: a short description of your experience as a developer My GitHub repo: link to your repo

You will then join a dedicated discord channel and meet your fellow collaborators. Please read the pinned messages of the channel before doing anything else.

Let's get to work!

Submitting your Pull Request

When you submit your Pull Request you need to be sure that it contains only the files that you've modified. You also need to resolve any conflicts with the develop branch. To achieve this you need to rebase your feature's branch by doing the following

git fetch
git checkout develop
git pull
git checkout my_branch
git reset --soft HEAD~X // where X is the number of commits that you did
git rebase develop
git commit -m "my commit message"
git push -f

This will rewrite the history of your branch and ensure that your Pull Request doesn't contain the files of other merged features. And yes you lose your commit history. For us, it doesn't matter because your Pull Request will be Squashed and Merged.

License

GPL-3.0 Copyright (c) 2018 Utopian Company SRLs.