This template repository provides an hello world example of a Lenra app to get you started building your own.
Report Bug
·
Request Feature
You need to install the following :
- Create your project using this template
- Clone your project
git clone https://github.com/username/project.git
- Run the devtools
docker run -it --rm -p 4000:4000 -v ${PWD}:/home/app/function lenra/devtools-node12:beta
- Open http://localhost:4000
- Enjoy your local development !
- Register or login into your dev account on https://dev.lenra.io
- Create a new project
- Provide a DIRECT link to your git repository. More about this
This url is basically the same you use to clone your project via HTTPS. Make sure your url follow these rules :
- The url must start with
http(s)
url and end with.git
. - Your url must allow us to clone your project without credentials. This means that if your project is private, you must provide credentials into the url.
https://github.com/username/project.git
The safest way to do that is by creating a personnal access token Your url can now use this token :
https://username:[email protected]/username/repo_name.git
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please open an issue with the tag "enhancement" or "bug". Don't forget to give the project a star! Thanks again!
Distributed under the MIT License. See LICENSE for more information.
Lenra - @lenra_dev - [email protected]
Project Link: https://github.com/lenra-io/template-hello-world-node12