Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Code base for the luox platform

License

NotificationsYou must be signed in to change notification settings

luox-app/luox

Repository files navigation

Development

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.

Install nvm and node

$ brew install nvm$ source ~/.nvm/nvm.sh$ # Follow instructions to configure your bash config

Install node

$ 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)

Install packages

$ npm install

Running tests

The tests are written usingJest.

$ npm test

Starting app in development

$ npm start

Deploy Preview

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.

Production

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.

Note

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.


[8]ページ先頭

©2009-2025 Movatter.jp