GithubHelp home page GithubHelp logo

smileyman's Introduction

We are soon going into production! There are some important next steps, before this happens. Please read Road map

Netlify Status

Kvalifik dk static site

Kvalifik's new website built with Gatsby and Dato CMS!

How to develop

We use npm for all development. Make sure you have the Gatsby development tool installed gatsby-cli.

npm install

The app needs an API key to Dato CMS. Acquire this API key (read-only is sufficient) and assign it to environment variable KVALIFIK_API_KEY. This should be done in your bash settings, and should not be checked into git. Check this article how to set global variables in bash

Then

npm run start

Navigate to http://localhost:8000

Refer to Gatsby's own docs for more information about the endless universe of Gatsby!

Stack

We follow the JAMStack paradigm. Read more here.

  • Dato CMS (API)
  • Gatsby (Javascript and markup)
  • Netlify (Static file hosting)

Documentation

Modular block setup

Content management guide

Source structure

./src
โ”œโ”€โ”€ Components
โ”œโ”€โ”€ graphics
โ”œโ”€โ”€ models
โ”‚ย ย  โ”œโ”€โ”€ blocks
โ”‚ย ย  โ””โ”€โ”€ page.js
โ”œโ”€โ”€ templates
โ”‚ย ย  โ””โ”€โ”€ page.js
โ””โ”€โ”€ utils

Components are usually larger autonomous components, but also contains Components/Shared which are smaller reusable components.

templates are template components used in the build process.

models are primarily prop type schemas, but might also contain other types of models.

utils are various utility functions that are used in various places, such as within the build process or within a component.

graphics are all graphics that never change and therefore doesn't have to be loaded from the Cms.

smileyman's People

Contributors

nilq avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  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.