Initial commit
[boords-signature-composer.git] / README.md
blob1b1d98cc61c8cbfae3270ddbc079c6d26f18aee4
1 # Boords signature composer
3 This is a signature composer built for Boords. This project was bootstrapped
4 with [Create React App](https://github.com/facebookincubator/create-react-app).
5 An online version is available [here](https://boords-signature-composer.netlify.com/).
7 ## Requisites
9 - Node.js v5 or superior
11 ## Getting started
13 First, in order to clone the project you can run:
15 ```shell
16 $ git clone http://repo.or.cz/boords-signature-composer.git
17 ```
19 Then enter into the project directory and install all dependencies.
21 ```shell
22 $ cd boords-signature-composer
23 $ npm install
24 ```
26 That's it! now you can start playing with any of the available scripts
28 ## Available Scripts
30 In the project directory, you can run:
32 ### `npm start`
34 Runs the app in the development mode.<br>
35 Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
37 The page will reload if you make edits.<br>
38 You will also see any lint errors in the console.
40 ### `npm test`
42 Launches the test runner in the interactive watch mode.<br>
43 See the section about [running tests](#running-tests) for more information.
45 ### `npm run build`
47 Builds the app for production to the `build` folder.<br>
48 It correctly bundles React in production mode and optimizes the build for the best performance.
50 The build is minified and the filenames include the hashes.<br>
51 Your app is ready to be deployed!
53 See the section about [deployment](#deployment) for more information.
55 ## Deployment
57 I'm using [Netlify](https://www.netlify.com/) to deploy the app, however the deployment
58 just consists of uploading the files under `build/` to a server.