Coder Social home page Coder Social logo

cernockyd / scrapbook Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kisk-muni/scrapbook

1.0 0.0 0.0 1.9 MB

Home Page: kisk.vercel.app

License: MIT License

JavaScript 1.06% TypeScript 89.30% CSS 0.61% PLpgSQL 8.36% Dockerfile 0.39% Procfile 0.01% MDX 0.28%

scrapbook's Introduction

KISK Scrapbook

Scrapbook (scrapbook.kisk.cz) is the place where we share our learning journey. The goal of the scrapbook is to create a place where we will enjoy coming back to find out what others are working on and support each other.

Project structure

The project is a monorepo containing following workspaces:

apps:

  • site - Next.js app for the public website
  • crawler - App for crawling study blogs for new content and analysis
  • analyser - App for generating metadata for study blog posts (such as tags, etc.)
  • importer - App for importing student profiles based on questionnares (such as tags, etc.)
  • discord-bot - Discord bot for posting new content to discord, collecting reactions etc.

packages:

  • db - Database schema, migrations and connection
  • shared - Shared code between apps such as types, etc. There is also an old database connection that is still used in some places.
  • tsconfig - Shared typescript configuration

Get started

  1. install dependencies
npm i
  1. set environmental variables
cp .env.example .env.local
  1. run local site development server
npm run dev-site

Updating database schema

  1. login to supabase
npx supabase login
  1. download typings for the latest database schema
npm run type-gen

Origin of Scrapbook

Significant parts of the project are copied from, derived from, or inspired by Hack Club’s Scrapbook which is released under MIT License.#

scrapbook's People

Contributors

cernockyd avatar

Stargazers

Roman avatar

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.