- Notifications
You must be signed in to change notification settings - Fork12
Code base for the luox platform
License
luox-app/luox
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The app is made up of HTML, CSS and JavaScript. We're using ES2015 modules and we usewebpack to bundle the application. The core of the application is pure JavaScript and the user interface usesReact.
We usePrettier to ensure consistent code formatting andESLint withAirbnb's JavaScript style guide to automatically find and fix problems as well as enforcing a particular code style in our JavaScript.
$ brew install nvm$ source ~/.nvm/nvm.sh$ # Follow instructions to configure your bash config
$ cd /path/to/lightbox$ nvm install$ nvm useFound '/path/to/lightbox/.nvmrc' with version <v10.19.0>Now using node v10.19.0 (npm v6.13.4)
$ npm install
The tests are written usingJest.
$ npm test
$ npm start
Netlify automatically runs a build on a non-master
branch when a GitHub pull request is opened for that branch. If the build passes then Netlify automatically deploys the changes to a "Deploy Preview" whose URL is publicly accessible, but "secure" by being an obscure/unguessable URL. Deploy Previews are listedhere.
Netlify automatically runs a build when commits are pushed to themaster
branch. If the build passes then Netlify automatically deploys the changes to the production website,luox.app. Production deployments are listedhere.
Please note that this repository is participating in a study into sustainability of open source projects. Data will be gathered about this repository for approximately the next 12 months, starting from 4 June 2021.
Data collected will include number of contributors, number of PRs, time taken to close/merge these PRs, and issues closed.
For more information, please visitour informational page or download ourparticipant information sheet.
About
Code base for the luox platform