Giter Site home page Giter Site logo
Meeshkan photo

meeshkan Goto Github PK

repos: 164.0 gists: 0.0

Name: Meeshkan

Type: Organization

Bio: Read-only GitHub org. We open source stuff here that we can't maintain. Useful for anthropologists, numerologists, and those looking for the Golden Ticket

Twitter: Meeshkan

Location: Helsinki, Finland

Blog: https://meeshkan.com/

Meeshkan — the frontend mono-repo

This repo contains 4 apps that have some 'frontend' utility to the company.

  1. custom-graphql this is where our 8base custom logic lives. 8base logic allows you to deploy custom functionality and is the baseline for committing database migrations. In our case we have an invite link trigger and updater. In order to use this repo, you'll need to be familiar with the 8base CLI.
  2. og-cards is a frontend micro-service that generates dynamic images for the sharing cards shown on socials for our website. It is deployed on Vercel and so far has needed little to no maintainance.
  3. webapp this is the most active app in this repo. It is the meeshkan webapp (https://app.meeshkan.com) which is deployed on Vercel.
  4. website this is here in a hopeful measure but not currently in use. Currently our live website repo is https://github.com/meeshkan/website. We'd like to transition this here to share the chakra-ui library.

This repo also contains 3 libs or NX libraries which are shared code between all of the frontend projects.

  1. chakra-theme serves as the custom Chakra UI setup that we use accross any frontend projects.
  2. downloadable-script is the microservice that converts the user story events/commands in 8base into a Puppeteer script.
  3. meeshkan-types is a centralized place for custom TypeScript interfaces we use. Some are built custom but most come from 8base using a package called graphql-code-gen.

Getting the webapp project working locally

This guide will use yarn. Feel free to use the npm equivalent to my instructions if that works better for you!

  1. After cloning this repo to your computer — cd into the base repository (meeshkan).
  2. Duplicate the .env.template file, renaming it to .env.
    • AUTH0_CLIENT_ID, AUTH0_CLIENT_SECRET, and SESSION_COOKIE_SECRET can all be found in Auth0. If you do not have access to Auth0, contact @k4m4 or @KenzoBenzo to get you the tokens. The value of AUTH0_DOMAIN is "meeshkan.eu.auth0.com".
    • The token NEXT_PUBLIC_EIGHTBASE_ENDPOINT changes the 8base environment between staging "https://api.8base.com/ckhqdz5mu01r307mn6szcbdke_staging" and Master "https://api.8base.com/ckhqdz5mu01r307mn6szcbdke".
    • The token EIGHT_BASE_AUTH_PROFILE_ID can be found in 8base (log in found in 1pw).
    • The TEST_URL depends on how you serve your webapp locally. If you use the command yarn start webapp the value will be "localhost:3000". Change accordingly for a different port.
    • The COOKIE token can be found in Auth0, or https://app.meeshkan.com under our internal Meeshkan webapp project, auth tokens.
    • The MIXPANEL_TOKEN can be found in Mixpanel, but for local development (to not pollute production analytics) I'd suggest you use the Test data project token of "dd7febc8c2697fca8ed2d5523409a281".
  3. While still in the base repository, install the project dependencies with yarn.
  4. Start a development server of the webapp using the command yarn start webapp. You should then see a message that the port 3000 is now open and you can visit localhost:3000.

Meeshkan's Projects

action icon action

Experiments with GitHub actions

bank icon bank

The great and mighty Meeshkan Bank 🏦💰💳💸

biztrox-hugo icon biztrox-hugo

The (paid) bitrox theme in vc so that we can pull it in as a submodule to the main website.

cookiecutter-data-science icon cookiecutter-data-science

A logical, reasonably standardized, but flexible project structure for doing and sharing data science work.

daemonocle icon daemonocle

A Python library for creating super fancy Unix daemons

data-visualizer icon data-visualizer

The fastest darn Meeshkan Machine Learning Data Visualizer on this side of the Mississippi!

diglett icon diglett

CLI for creating and sending HTTP requests. Supports "request templates" for creating requests.

filestack-js icon filestack-js

Official Javascript SDK for the Filestack API and content ingestion system.

freddo icon freddo

Minimal assertion testing framework for APIs.

ghibliapi icon ghibliapi

A simple API for Studio Ghibli resources. Unofficial/fan-made

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.