Skip to content
Snippets Groups Projects

tangle.ee

This is the repository for the Tangle EE working group website.

Getting started

To build the application, follow these steps:

1. Install Node.JS

First you need to install Node.JS if you haven’t done that already.

2. Install dependencies

Now we need to install dependencies. Do this by running:

npm install

3. Run the website

When the npm install is done, you can start the website application by running:

npm run dev

After the command finished to load, open http://localhost:3000 in a browser.

Contributing

  1. Fork the eclipsefdn/tangle.ee repository
  2. Clone repository: git clone https://github.com/[your_github_username]/tangle.ee.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -m 'Add some feature' -s
  5. Push feature branch: git push origin my-new-feature
  6. Submit a pull request

Declared Project Licenses

This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.

SPDX-License-Identifier: EPL-2.0

Bugs and feature requests

Have a bug or a feature request? Please search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Authors

Trademarks

  • Eclipse® is a Trademark of the Eclipse Foundation, Inc.
  • Eclipse Foundation is a Trademark of the Eclipse Foundation, Inc.

Copyright and license

Copyright 2019 the Eclipse Foundation, Inc. and the tangle.ee authors. Code released under the Eclipse Public License Version 2.0 (EPL-2.0).