Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tf-encrypted/website
The website for TF Encrypted
https://github.com/tf-encrypted/website
Last synced: 6 days ago
JSON representation
The website for TF Encrypted
- Host: GitHub
- URL: https://github.com/tf-encrypted/website
- Owner: tf-encrypted
- License: apache-2.0
- Created: 2019-06-24T14:10:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:11:08.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T14:50:18.955Z (7 months ago)
- Language: JavaScript
- Size: 2.3 MB
- Stars: 13
- Watchers: 11
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TF Encrypted Website
This repo contains the code for the [TF Encrypted](https://github.com/tf-encrypted/tf-encrypted) project.
# Developing
## Requirements
[node.js](https://nodejs.org/) (developed with v11.12.0). The project is a [next.js](https://nextjs.org) application.
1. Fork/clone the repo
1. `npm install`
1. `npm run dev`
1. Navigate your browser to `localhost:3000`.# Contributing
Contributions are always welcome! The website follows the same guidelines from [TF Encrypted](https://github.com/tf-encrypted/tf-encrypted/blob/master/docs/CONTRIBUTING.md).
# License
Licensed under Apache License, Version 2.0 (see [LICENSE](./LICENSE) or http://www.apache.org/licenses/LICENSE-2.0). Copyright as specified in [NOTICE](./NOTICE).