All Projects → fireship-io → Fireship.io

fireship-io / Fireship.io

Licence: other
Build and ship your app faster https://fireship.io

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to Fireship.io

Elmfire Extra
High-level API for ElmFire
Stars: ✭ 18 (-98.85%)
Mutual labels:  firebase
Firebase Demo
Stars: ✭ 9 (-99.43%)
Mutual labels:  firebase
Angular Universal Firebase
Angular Universal app using Firebase Cloud Functions
Stars: ✭ 14 (-99.11%)
Mutual labels:  firebase
Fsfirestore
Functional F# library to access Firestore database hosted on Google Cloud Platform (GCP) or Firebase.
Stars: ✭ 22 (-98.6%)
Mutual labels:  firebase
Hoverboard
Conference website template
Stars: ✭ 935 (-40.41%)
Mutual labels:  firebase
Rxfirebase
RxJS wrapper with extra goodies for the Firebase JavaScript SDK
Stars: ✭ 11 (-99.3%)
Mutual labels:  firebase
Miteb Frontend
Online portal to book events and rooms for clubs of MIT, Manipal ✨
Stars: ✭ 18 (-98.85%)
Mutual labels:  firebase
Chat21 Ios Sdk
DEPRECATED
Stars: ✭ 15 (-99.04%)
Mutual labels:  firebase
Todo React Redux
Todo app with Create-React-App • React-Redux • Firebase • OAuth
Stars: ✭ 942 (-39.96%)
Mutual labels:  firebase
Cycle Fire
A Firebase driver for Cycle.js
Stars: ✭ 12 (-99.24%)
Mutual labels:  firebase
Greet
Greet is a simple social network for Android written using Firebase Cloud Firestore and Cloud Functions
Stars: ✭ 23 (-98.53%)
Mutual labels:  firebase
Chatapp
Chat App with all functionality private chat, contacts, friends request, find friends,for profile settings image cropper functionality, settings, logout also send text, image and all type of files, delete your files for you and everyone , login with email and mobile number and real time database firebase and for notification purpose Node Js used.
Stars: ✭ 25 (-98.41%)
Mutual labels:  firebase
React Firebase Authentication
🔥 Boilerplate Project for Authentication with Firebase in React.
Stars: ✭ 863 (-45%)
Mutual labels:  firebase
Dva Admin
A dashboard application built upon dva and ant-design
Stars: ✭ 19 (-98.79%)
Mutual labels:  firebase
Beaverandfairies
Stars: ✭ 14 (-99.11%)
Mutual labels:  firebase
Espionage
An android application that can be run in background and give commands from fcm console to share sensor data
Stars: ✭ 18 (-98.85%)
Mutual labels:  firebase
Abapfire
ABAP Firebase Client
Stars: ✭ 11 (-99.3%)
Mutual labels:  firebase
Adfilter
This is a ad filter software using dns based on tdifw
Stars: ✭ 15 (-99.04%)
Mutual labels:  firebase
Vue Firebase
Vue.js & Firebase boilerplate.
Stars: ✭ 15 (-99.04%)
Mutual labels:  firebase
Homenaje A Moviefire
Homenaje a MovieFire
Stars: ✭ 12 (-99.24%)
Mutual labels:  firebase

Fireship.io

Content designed to increase developer happiness 😁 and productivity 🚀.

Project Tour

The monorepo is organized into five sub-projects:

  1. hugo - Static Site Generator. This is where the content lives
  2. design - Theme & CSS
  3. components - Angular Elements Web Components
  4. functions - Firebase Cloud Functions Serverless Backend
  5. cypress - End-to-End & Integration Specs

Contributing

Edit and fix the site's content in hugo/content/. Feel free to submit PRs for small issues. For large issues or features, open an issue first.

Option 1 - Simple Typo Fixes

For small issues, like a typo or broken link, use Github's inline file editor or web editor(open by pressing . in your fork's code tab) to make the fix and submit a pull request.

Option 2 - Work on your own Fork

For more complex contributions, like guest posts and new features, you should work on the project on your local system.

First, fork this repo on GitHub.

git clone <your-forked-repo>
npm install
npm run dev

git checkout -b my-fix
# fix some code...

git commit -m "fix: corrected a typo"
git push origin my-fix

Lastly, open a pull request on GitHub. Once merged, your changes will automatically be deployed to the live site via the CI/CD pipeline.

Running the Site

First, install Hugo.

git clone <fireship-repo>

npm install

npm run dev

Visit localhost:1313 and you should be live. You do not need the web components for general content development, but they can be built with:

cd components && npm install
npm run build

Contribute a Post

Read the style guide for some tips before contributing.

cd hugo
hugo new -k bundle lessons/angularfire-google-oauth
hugo new snippets/my-cool-snippet.md

Add Your Bio

First time? Add your bio and social links to content/contributors.

Web Component Development

Interactive features are built with Angular Elements web components in components/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].