Skip to content
Snippets Groups Projects
Verified Commit 98be3f8f authored by Jan Maximilian Michal's avatar Jan Maximilian Michal
Browse files

Removing yarn referneces from backend README

parent e7184c18
No related branches found
No related tags found
1 merge request!19Whitenoise
Pipeline #
......@@ -54,10 +54,6 @@ To set up a new instance perform the following steps:
make install
Some systems (like Ubuntu Xenial) come with a preinstalled "yarn -
scenario testing of Unix command line tools". Using this will
**not** work. The [yarn package manager](<https://yarnpkg.com/en/docs/install>) is needed.
4. Set up a Postgres 9.5 database. If you have docker installed the
easiest way is to just run it in a docker container, like this:
......
# frontend
# Frontend
> Vue.js frontend for Grady
......@@ -25,3 +25,9 @@ npm test
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
### A note on yarn package manager
Some systems (like Ubuntu Xenial) come with a preinstalled "yarn -
scenario testing of Unix command line tools". Using this will
**not** work. The [yarn package manager](<https://yarnpkg.com/en/docs/install>) is needed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment