Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 788 Bytes

README.md

File metadata and controls

51 lines (31 loc) · 788 Bytes


Requirements


Install RAM Web Services’ front end for local development

First, get the back end up and running. Follow these instructions.

Set up the project and fetch all dependencies:

yarn install

Compile and start the application (with hot-reloads):

yarn serve

(Then, to stop the application just type ctrl-C.)


Wanna write some code? Follow these steps first

Format your code:

yarn lint

Check if the production build is working:

yarn build --mode development

Customize configuration

See Configuration Reference.