Business website for Pelican Landing
.github/workflows | ||
docker | ||
src | ||
.editorconfig | ||
.gitignore | ||
angular.json | ||
Dockerfile | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Table of Contents
About
This is a business website built for Pelican Landing.
Pelican Landing is a family run year-round hunting & fishing lodge. It's located on the beautiful southern shores of Lake of Woods and offers the outdoors-man a tailor made experience. With both road and water access this resort can meet the needs of the angler, hunter, or nature enthusiast.
Demo
Website: https://pelica-landing.zakscode.com
Built With
Setup
Production
Prerequisites
Instructions
- Run the docker image:
docker run -p 80:80 git.zakscode.com/ztimson/pelican-landing: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.