This is the source code of the GeoRocket website https://georocket.io.
./gradlew build
This will perform a full build. The compiled website will be placed in the
site
directory.
gulp
Once the full build has succeeded it's sufficient to run gulp
to just rebuild
the static HTML pages. You only need to perform a full build again if you want
to fetch the lastest documentation snapshots.
gulp watch
You may also run gulp watch
to run a web server on http://localhost:4000 and
to watch for changes on the source files in the background.
Follow the build instructions above first. Then run the following command:
docker build -t georocket-website .
GeoRocket is licensed under the Apache License, Version 2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.