Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@
Welcome to the Strata Source Wiki Software repository!

This is the custom software that powers the Wiki for most of our games. If you're looking to edit the contents of the Wiki or to build and run local instances of the Wiki, check out [the documentation Wiki repository](https://github.com/StrataSource/wiki/).

**Note:** This repository is not intended to be used as a standalone software package. You must clone it as part of the [Wiki repository](https://github.com/StrataSource/wiki/).

## Development
- Run ``npm install``
- Run ``npm run dev`` to start the development server
- Run ``npm run build`` to build the production version
- Run ``npm run preview`` to preview the production version
Loading