mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Compare commits
3 Commits
c19ca6648d
...
86b95981f1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
86b95981f1 | ||
|
|
fd009fe567 | ||
|
|
e28eccb6fb |
16
README.md
16
README.md
@@ -30,3 +30,19 @@ You will then have a development server running on `localhost:3300`.
|
|||||||
### Ship and Module Database
|
### Ship and Module Database
|
||||||
|
|
||||||
See the [Data wiki](https://github.com/cmmcleod/coriolis-data/wiki) for details on structure, etc.
|
See the [Data wiki](https://github.com/cmmcleod/coriolis-data/wiki) for details on structure, etc.
|
||||||
|
|
||||||
|
## Deployment
|
||||||
|
|
||||||
|
Follow the steps for [Development](#development) as above, but instead
|
||||||
|
of `npm start` you'll want to:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
> npm run build
|
||||||
|
```
|
||||||
|
|
||||||
|
this will result in a `build/` directory being created containing all the necessary files.
|
||||||
|
|
||||||
|
After this you need to serve the files in some manner.
|
||||||
|
Either configure your webserver to make the actual `build/` directory
|
||||||
|
visible on the web, or alternatively copy it to somewhere to serve it
|
||||||
|
from.
|
||||||
|
|||||||
Reference in New Issue
Block a user