A collection of components and resources for creating Made Tech branded sites and applications.
You can get started by:
- Downloading madetech-frontend.zip from our latest release
- Installing via NPM:
npm i --save @madetech/frontend
Read our Getting Started guide.
- A Sass library that extends the Bootstrap front-end framework, start with
src/all.scss
- A React component library that builds on Reactstrap, take a look at
src/components/
and the style guide - Made Tech branding kit (images and fonts) from
@madetech/marketing-assets
- Compiled and minified assets for static sites, download from madetech-frontend.zip
Compiled and minified assets
We provide the following assets for ease of use. If you're using GitHub Pages, the easiest way to get started is copying the compiled assets into your project. If you'd prefer a "cleaner" way, investigate using the component library instead.
The CSS and JavaScript includes Bootstrap so there is no need to pull that in separately, though you will need to include jQuery.
madetech-frontend.zip
└── dist/
├── css/
│ ├── madetech-frontend.css
│ ├── madetech-frontend.css.map
│ ├── madetech-frontend.min.css
│ └── madetech-frontend.min.css.map
├── fonts/
│ ├── montserrat-bold.{eot,ttf,woff}
│ ├── montserrat-reg.{eot,ttf,woff}
│ └── poppins.{eot,ttf,woff}
├── images/
│ ├── favicon.ico
│ ├── made-tech-logo-blk.png
│ ├── made-tech-logo-colour.png
│ └── made-tech-logo-wht.png
└── js/
├── madetech-frontend.js
├── madetech-frontend.js.map
├── madetech-frontend.min.js
└── madetech-frontend.min.js.map
You can download madetech-frontend.zip from our latest release.
Upon making changes to this repository, a new version will need to be published to npm.
Initially you will need to run npm login
with credentials that have access to the @madetech packages.
Following this, you will need to use a Github API Key to run the following command: env GITHUB_TOKEN=xxxx npm run release -- minor
(Follow these instructions if you need to generate a token from Github: Generating a personal access token)
Copyright © Made Tech 2020.