Code Monkey home page Code Monkey logo

robotarms.pub's Introduction

robotarms.pub

This is the repo for the site. It's running on Django 1.9.5 and uses Node.js build tools to operate the front-end build chain.

Development

You'll need:

Getting set up

  1. Clone down the repository and navigate to the folder
  2. npm install
  3. pip install -r requirements.txt
  4. python manage.py runserver
  5. You should now have a server up and running!

If you're having issues, yell at @wayspurrchen or file an issue.

Developing Front-end Assets

All front-end assets are served out of the static folder. The static/src folder contains all of the source code. The static/build folder contains the source code as it is temporarily built during development and deployment. Since Django has its own static asset collection system, we also have a third static/serve folder from where Django serves static assets in production. If you're developing, you can pretty much ignore this folder.

The front-end build chain uses Sass and Grunt for development. To use grunt, install it with NPM (Node Package Manager):

npm install -g grunt-cli

You should now have grunt available at your command line. Run:

grunt watch

Grunt should now automatically compile any changes you make to the SCSS files.

robotarms.pub's People

Contributors

wayspurrchen avatar

Stargazers

Beau Gunderson avatar

Watchers

James Cloos avatar  avatar

robotarms.pub's Issues

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.