/InternDirectory

A simple landing page for a simple service

Primary LanguageHTMLMIT LicenseMIT

Intern Directory

A simple landing page for a simple service. Lives online at intern.directory using Firebase.

Development

  1. Clone the repository: git clone git@github.com:jaflo/InternDirectory.git
  2. cd into the directory and npm install to install required dependencies
  3. Build the project using gulp
  4. Serve the build directory (using Firebase CLI: firebase serve)

Deploy using Firebase

You need to have Firebase CLI installed on your machine to deploy.

  1. Develop as described above
  2. After you have built and are ready to deploy: firebase deploy
  3. Be happy about your deploy!