mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-29 03:09:53 +02:00
treewide: move everything theme related to submodule
All themes are moved to `_theme` submodule, which will be shared with other websites on hacks.guide. Repository-specific files can be overlayed after the fact, such as additional languages, custom JavaScript, progress table paths and the like.
This commit is contained in:
@@ -10,7 +10,13 @@ This requires the following installed on your system:
|
||||
- ruby(-dev)
|
||||
- bundler
|
||||
|
||||
To test the website locally, simply run the following commands:
|
||||
To test the website locally, clone the source code:
|
||||
```sh
|
||||
git clone https://github.com/hacks-guide/Guide_3DS --recurse-submodules
|
||||
cd Guide_3DS
|
||||
```
|
||||
|
||||
Then simply run the following commands:
|
||||
|
||||
```sh
|
||||
bundle config set --local path vendor/bundle
|
||||
|
Reference in New Issue
Block a user