Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website refactoring / New features / Updates #301

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
@@ -1,7 +1,17 @@
# website
FAForever main website on https://www.faforever.com

Requires Node and NPM.
The Website Requires Yarn, Nodejs v12.13.0 or newer and Npm
To install Yarn, Nodejs and Npm, follow these steps :

```
sudo apt update
sudo apt install nodejs
sudo apt install npm
sudo apt install yarn
```

Now you have the required packages you can start grabing the faf website.
To install it, follow these steps :

```
Expand Down