WIP - We're building the place you go to discover, share, and sell files on the web.
Go to file
2020-09-04 00:16:59 -07:00
.github/ISSUE_TEMPLATE issues: removes excess template. 2020-06-22 14:32:39 -07:00
build Build for Mac, need to fix babel config 2020-07-08 18:51:49 -05:00
common new-index: some patches and removes some dependencies from our build 2020-09-04 00:16:59 -07:00
components new-index: some patches and removes some dependencies from our build 2020-09-04 00:16:59 -07:00
dist npm: resolves warnings 2020-08-19 00:18:29 -07:00
electron routes: renaming to remove @ from user routes 2020-08-06 16:06:54 -07:00
node_common usernames: prevents any possibility of capitalization 2020-09-03 09:19:52 -07:00
pages new-index: some patches and removes some dependencies from our build 2020-09-04 00:16:59 -07:00
public/static image-optim 2020-09-03 11:17:46 -07:00
scenes finished refactor 2020-09-03 15:42:08 -07:00
scripts database: adds trusted, subscriptions, and activity tables 2020-08-24 23:08:13 -07:00
vendor strings: supports username mentions and slate mentions and links in text 2020-08-26 23:03:30 -07:00
.babelrc Webpack for node server 2020-07-08 18:53:46 -05:00
.gitignore gitignore: ignores new production env 2020-08-16 16:45:37 -07:00
index.js Electron env updates 2020-08-02 21:45:59 -05:00
knexfile.js knex: enable ssl in production 2020-07-22 17:13:09 -07:00
LICENSE-MIT design system: cleanup, adds license 2020-07-16 10:41:49 -07:00
nodemon.json initial commit for the application prototype 2020-06-03 09:20:54 -07:00
package.json new-index: some patches and removes some dependencies from our build 2020-09-04 00:16:59 -07:00
README.md Update README.md, thanks Ziyad! 2020-08-23 23:54:20 -07:00
rollup.config.js react-tippy: removed from the codebase 2020-08-15 18:39:00 -07:00
server.js slates: fixes some errors with saving, adds auto save 2020-09-02 14:04:47 -07:00

Slate

Slate

An open source storage system for your files and data that makes it easy to collect, organize, and share them anywhere on the web.

Introduction

Our goal is to create a new kind of storage solution that encourages collaboration and research, while also building it on a completely transparent and open source foundation. Over time, we hope to grow Slate into an elegant experience for:

  • Creating mood boards, hosting data, and making connections between topics you are researching
  • Replacing S3 with a Developer API and API keys
  • Every feature supported by Filecoin
  • Storing images and sharing them with friends :)

Slate is a client for Filecoin, Powered by Textile's Powergate and Buckets.

Get involved.

Slate is built by a growing community of collaborators and contributors. If youre interested in…

  • Creating an open source design system
  • Building a dynamic component library for open source projects
  • Learning how to write front-end code

Wed love for you to join us! Getting involved is simple:

  • Find something cool you to work on and file an issue
  • If you see something you want to fix or change, submit a PR
  • Reach out to us any time. We're always available on Twitter to answer your questions: @_slate

Developer Introduction

  • To work on Slate you must have an internet connection.
  • We don't have windows support at the moment.

.env

  • You must create a .env file if you want to work on the service.
  • You don't need one if you work on the system.
POSTGRES_ADMIN_PASSWORD=XXX
POSTGRES_ADMIN_USERNAME=XXX
POSTGRES_HOSTNAME=XXX
POSTGRES_DATABASE=XXX
JWT_SECRET=XXX
LOCAL_PASSWORD_SECRET=XXX
LOCAL_PASSWORD_ROUNDS_MANUAL=5
LOCAL_PASSWORD_ROUNDS=14
TEXTILE_HUB_KEY=XXX
TEXTILE_HUB_SECRET=XXX

Install and run

git clone https://github.com/filecoin-project/slate.git
cd slate
npm install

# Run using existing .data folder
npm run dev

screenshot

  • Visit localhost:1337 in a browser.

Run electron (MacOS)

npm run electron-dev