Clan website for the 291st Joint Task Force
https://291st.ca
|
||
---|---|---|
.github/workflows | ||
.gitlab | ||
docker | ||
src | ||
.browserslistrc | ||
.editorconfig | ||
.gitignore | ||
angular.json | ||
CODEOWNERS | ||
Dockerfile | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Table of Contents
About
This website was created for the 291st Joint Task Force to act as a simple landing page for their domain.
It includes a list of managed servers & the Discord server list.
The technology stack consists of a front-end built with Angular & is deployed using Docker.
Setup
Production
Prerequisites
Instructions
- Run the docker image:
docker run -p 80:80 git.zakscode.com/ztimson/291st:latest
- Open http://localhost
Development
Prerequisites
Instructions
- Install the dependencies:
npm install
- Start the Angular server:
npm run start
- Open http://localhost:4200
License
Copyright © 2023 Zakary Timson | All Rights Reserved
See the license for more information.