Git Product home page Git Product logo

website's Introduction

JS CraftCamp - Website

This project contains the jscraftcamp.org website and all the setup for the deployment.

Development

Getting started to develop on the website follow those steps

  • set up your development environment, see below
  • run npm i to install all dependencies
  • run npm start which will run the local webserver at localhost:9000, for developing
  • run npm test to run the tests
  • run npm run build to generate all static files and to concatenate all participants files into the dist directory (in production this will be done by travis)

Development setup

We offer two ways to install this project, you choose the one you like:

Global nodejs version

If you want to use your (global) nodejs setup, find out which version we require in the [./.travis.yml].

Setup via nix

If you don't want to rely on a global nodejs version, but want a reproducible environment, you can use nix as described here.

  1. Make sure to have nix installed (see nixos.org/nix) and then
  2. cd <project-dir>
  3. run nix-shell and you should have the environment up and running
  4. install all node modules using npm install
  5. prove that it works, npm test
  6. now you have a shell with a deterministic environment (incl. the right nodejs version)

website's People

Contributors

andys8 avatar aubcel avatar bastire avatar bjelline avatar choas avatar cko avatar coderbyheart avatar cowglow avatar davelosert avatar dreampulse avatar fogshot avatar haslers avatar iwangu avatar jeffersondarcy avatar lindt avatar lowsky avatar lujakob avatar lukastaegert avatar marcoemrich avatar martin-duerre avatar narigo avatar plusgut avatar seelmann avatar sheepfromheaven avatar spock111 avatar thadeuszlay avatar wachri avatar webpapaya avatar wolframkriesing avatar yoyogruber 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.