This repository has been archived by the owner on Feb 2, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME.md
98 lines (89 loc) · 4.3 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Website [![deploy](https://github.com/Re-Volt-America/Website/actions/workflows/deploy.yml/badge.svg?branch=production)](https://github.com/Re-Volt-America/Website/actions/workflows/deploy.yml) [![Crowdin](https://badges.crowdin.net/rva/localized.svg)](https://crowdin.com/project/rva) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
Static website for the Re-Volt America Community.
**NOTE**: This repository is no longer maintained. Development has moved to the new
[RVA Website Repository](https://github.com/Re-Volt-America/RVA).
## Running
Software you will need in order to run the website.
* [Ruby 2.7.3](https://www.ruby-lang.org/en/).
* Windows: [Ruby Installer](https://github.com/oneclick/rubyinstaller2/releases/tag/RubyInstaller-2.7.3-1) is recommended. Default options should do fine.
* OS X: [RVM](http://rvm.io) is recommended over the default OS X Ruby.
Here's a one-liner: `\curl -sSL https://get.rvm.io | bash -s stable --ruby`.
## Set Up
Instructions on how to set the website up for development purposes.
* Ensure bundler is installed: `gem install bundler`.
* Run `bundler install` from the project root to download and install dependencies.
* Also from the project root, run `bundler exec jekyll serve` to serve your website with Jekyll.
* Open your browser and preview the website at `localhost:4000`.
## Sponsors
The lead maintainer of this project is <a href="https://github.com/BGMP" target="_blank">BGMP</a>, the lead developer
for the Re-Volt America community. With this in mind, the head administration has deemed him responsible of handling
any tips perceived by the organisation.
If you would like to become a sponsor, you may become one
<a href="https://github.com/sponsors/BGMP" target="_blank" title="BGMP">Here!</a>.
Your name will be added to our sponsors list below, so let us know the name you would like us to display you with,
and any link to any social media you want us to associate it to! Thanks!
<h2 align="center">Sponsors :heart:</h2>
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<h3>Burdang</h3>
<hr/>
<a href="https://twitter.com/Burdang2" target="_blank">
<img width="222px" src="https://avatars.githubusercontent.com/u/110731113?v=4" alt="">
</a>
</td>
<td align="center" valign="middle">
<h3>Gforce</h3>
<hr/>
<a href="https://www.youtube.com/channel/UC1uSBH0FfiDthwra2Fu_J3A" target="_blank">
<img width="222px" src="https://avatars.githubusercontent.com/u/82356992?v=4" alt="">
</a>
</td>
<td align="center" valign="middle">
<h3>Santiii</h3>
<hr/>
<a href="https://www.youtube.com/channel/UCupx1HTXGPrTgGvstReu4pQ" target="_blank">
<img width="222px" src="https://avatars.githubusercontent.com/u/16659154?v=4" alt="">
</a>
</td>
<td align="center" valign="middle">
<h3>Tiorotti</h3>
<hr/>
<a href="https://twitter.com/LeandroManuelR9" target="_blank">
<img width="222px" src="https://avatars.githubusercontent.com/u/110705928?v=4" alt="">
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<h3>Nickurn</h3>
<hr/>
<a href="https://www.youtube.com/channel/UCOcYMQlntCkKkcucM5rX5yA" target="_blank">
<img width="222px" src="https://avatars.githubusercontent.com/u/113555362?v=4" alt="">
</a>
</td>
<td align="center" valign="middle">
<h3>TT</h3>
<hr/>
<a href="https://www.revoltworld.net/user/TTDriver/" target="_blank">
<img width="222px" src="https://avatars.githubusercontent.com/u/80723300?v=4" alt="">
</a>
</td>
<td align="center" valign="middle">
<h3>ferrada</h3>
<hr/>
<a href="https://github.com/BenjaFerrada" target="_blank">
<img width="222px" src="https://avatars.githubusercontent.com/u/43196058?v=4" alt="">
</a>
</td>
<td align="center" valign="middle">
<h3>EstebanMz</h3>
<hr/>
<a href="https://github.com/EstebanMz" target="_blank">
<img width="222px" src="https://avatars.githubusercontent.com/u/19150477?v=4" alt="">
</a>
</td>
</tr>
</tbody>
</table>