1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-30 03:39:50 +02:00

Initialize VitePress

- Add theme submodule
- Add initial configuration files
- Override theme-default VPHero/VPFooter with custom theme version
- Update README
This commit is contained in:
lifehackerhansol
2024-09-16 01:36:12 -07:00
parent afcba54398
commit 9446e2123a
7 changed files with 2424 additions and 28 deletions

View File

@@ -7,10 +7,10 @@ https://3ds.hacks.guide/
## Running the site locally
This requires the following installed on your system:
- ruby(-dev)
- bundler
- node.js
To test the website locally, clone the source code:
```sh
git clone https://github.com/hacks-guide/Guide_3DS --recurse-submodules
cd Guide_3DS
@@ -19,9 +19,8 @@ cd Guide_3DS
Then simply run the following commands:
```sh
bundle config set --local path vendor/bundle
bundle install
bundle exec jekyll serve
npm ci
npm run docs:dev
```
The website should now be running on http://127.0.0.1:4000/.
The website should now be running on http://127.0.0.1:5173/ (or a port shown on the terminal).