cartland / star-exploration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Star Exploration Web Animation

Star Exploration is an HTML website. It can be served as a static web page.

This was deployed to https://star-exploration.web.app with Firebase Hosting.

Dependencies

  1. Install Node.js, npm

  2. Install Firebase CLI

Run website locally

  1. Run npm install to install dependencies

        cd website
        npm install
    
  2. Run npm start to run the website locally

        npm start
    
  3. View the local website

    http://localhost:3000

Deploy Website with Firebase Hosting

  1. Set your Firebase Project ID

        firebase use --add YOUR_FIREBASE_PROJECT_ID
        # Example: firebase use --add star-exploration
    
  2. Build the project before deploying

        npm run build
    
  3. Deploy the project to a public server with Firebase Hosting

        firebase deploy
    
  4. View the public webisite

    https://YOUR_FIREBASE_PROJECT_ID.web.app

    Example: https://star-exploration.web.app

Summary of the Source Code

Copyright

Copyright 2019 Chris Cartland. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-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.

About

License:Apache License 2.0


Languages

Language:JavaScript 88.8%Language:HTML 8.1%Language:CSS 3.1%