-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
137 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
# Dredge Mods Website | ||
A website for the [DREDGE mod manager](https://github.com/xen-42/DredgeModManager) generated off of the [DREDGE mod database](https://github.com/xen-42/DredgeModDatabase). | ||
A website for DREDGE mods. | ||
|
||
### Development | ||
npm install | ||
npm run dev | ||
The site contains a list of all mods generated off of the [DREDGE mod database](https://github.com/xen-42/DredgeModDatabase). A page is created for each mod with some general info (author, download count, description), and the body of the page will display the readme from that mod's GitHub repo. | ||
|
||
The site is also meant to direct users to the [DREDGE mod manager](https://github.com/xen-42/DredgeModManager), which is used to install and manage mods from the database. | ||
|
||
## Development | ||
|
||
To build and deploy locally, run: | ||
|
||
`npm install` | ||
|
||
`npm run dev` | ||
|
||
To build mod pages locally first cd into the scripts folder then run: | ||
|
||
`npm install` | ||
|
||
`npm run test` | ||
|
||
Don't do it too often to not get rate limited by Github. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.