Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 362 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 362 Bytes

SanjaJS

This repository contains the code for the meetup website, and is fork of parisjs.org website.

Getting started

  • Clone this repository
  • npm install
  • npm start
  • Open http://localhost:3333 in your browser

Coding standards

  • Code is formatted with prettier.
  • CSS follows a BEM-ish style.