Skip to content
/ micro Public
forked from noyainrain/micro

Toolkit for social micro web apps.

License

Notifications You must be signed in to change notification settings

NiklasMM/micro

 
 

Repository files navigation

micro

Toolkit for social micro web apps.

For a quick introduction on how to build an application with micro, have a look at the included example in hello.

Requirements

The following software is required and must be set up on your system:

  • Python >= 3.7
  • Node.js >= 10.15
  • Redis >= 5.0

micro should work on any POSIX system.

Installing dependencies

To install the dependencies for micro, type:

make deps

Browser support

micro supports the latest version of popular browsers (i.e. Chrome, Edge, Firefox and Safari; see http://caniuse.com/ ).

Deprecation policy

Features marked as deprecated are removed after a period of six months.

Boilerplate

The boilerplate directory contains base files for any micro app repository. They are not required, but may come in handy when bootstrapping a new project.

Simply copy the files from boilerplate over to the new repository and substitute all place holders (with curly braces, like {name}). Over time, extend the files as needed with app-specific details.

Public domain components

While micro is covered by the LGPL, the following modules are released into the public domain:

Contributors

  • Sven James <sven AT inrain.org>
  • Horacio Lisdero <lisderoh AT gmail.com>

Copyright (C) 2018 micro contributors

About

Toolkit for social micro web apps.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 46.0%
  • JavaScript 38.9%
  • HTML 7.4%
  • CSS 3.2%
  • PHP 2.2%
  • Makefile 1.4%
  • Other 0.9%