NOTE
This project was migrated to Eclipse Gitlab on March 11, 2022.
This is the repository for the Tangle EE working group website.
To build the application, follow these steps:
First you need to install Node.JS if you haven’t done that already.
Now we need to install dependencies. Do this by running:
npm install
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.
- Fork the eclipsefdn/tangle.ee repository
- Clone repository:
git clone https://github.com/[your_github_username]/tangle.ee.git
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature' -s
- Push feature branch:
git push origin my-new-feature
- Submit a pull request
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
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.
- Rihards Gravis: IOTA Foundation
- Begoña Álvarez: IOTA Foundation
- Eclipse® is a Trademark of the Eclipse Foundation, Inc.
- Eclipse Foundation is a Trademark of the Eclipse Foundation, Inc.
Copyright 2019 the Eclipse Foundation, Inc. and the tangle.ee authors. Code released under the Eclipse Public License Version 2.0 (EPL-2.0).