Code Monkey home page Code Monkey logo

new_website's Introduction

TechMinistry - New website for Thessaloniki's Hackerspace

What is the TechMinistry?

A 120m^2 space dedicated to creative software and hardware hacking. Tech communities, meetups and individuals now have their own space in Thessaloniki.

TechMinistry provides a 3D printer, electronics, as well as a fully equipped lab that can help you prototype your idea. Moreover, you can get in touch with the city's brightest minds; makers, coders, ninjas, engineers, and designers meet here.

The space is maintained thanks to the contributions of our (awesome) members and supporters.

Website redesign

The TM website was redesigned in order to increase the visibilty of the hackerspace, as well as to more effectively promote the events and projects that take place on a daily basis at the hackerspace.

We used Creative, a template based on the Bootstrap front-end framework for modern and mobile responsive web projects.

We have also deployed our own instance of the open source discussion platfom Discource, available here.

How to contribute

Anyone is welcome to contribute to the development and enhancement of the TM website.

Keep in mind that in order to make changes in the website's CSS, js, and images, you will need to install Grunt first. If that is the case, you are advised to follow these steps:

Prerequisites: Node.js, npm, Grunt

Preparing your development environment

Code Climate

Grunt is installed and managed via npm, the Node.js package mananger. Before setting up Grunt make sure that your npm is up-to-date by running npm update -g npm. Τhis might require sudo on certain systems.

Afterwards, install the Grunt command line interface (CLI) globally, by running npm install -g grunt-cli. This will put the grunt command in your system path, allowing it to be run from any directory.

A typical Grunt project setup will involve adding two files to your project: package.json and the Gruntfile

package.json: The package.json file belongs in the root directory of your project, and should be commited with your project source. Running npm install in the same folder as a package.json file will install the correct version of each dependency listed therein.

Gruntfile: The Gruntfile.js file is a valid JS file that also belongs in the root directory of your project, next to your package.json file, and should be commited with your project source.

For further info and detailed directions see the Grunt [Getting Started guide] (http://gruntjs.com/getting-started).

Working with an existing Grunt project

This project is already configured with a package.json and a Gruntfile, so assuming that the Grunt CLI has been installed successfully:

  • Open your terminal and navigate to the project's folder.
  • Run npm install to install project dependencies.

Before making any changes run grunt on your terminal.

new_website's People

Contributors

alexdor avatar bacharakis avatar giannisk avatar katerinakat avatar

Watchers

 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.