WIP - We're building the place you go to discover, share, and sell files on the web.
Go to file
2020-07-20 19:18:27 -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 fixed rebase errors 2020-07-21 09:06:40 +08:00
components social: experimenting with new art 2020-07-20 18:45:21 -07:00
dist 0.0.6 SDS 2020-07-20 19:18:27 -07:00
electron cleanup: imports and site navigation 2020-07-15 22:48:51 -07:00
node_common buckets: working end to end example of buckets locally, but with image quality loss 2020-07-19 23:06:36 -07:00
pages 0.0.6 SDS 2020-07-20 19:18:27 -07:00
public/static social: experimenting with new art 2020-07-20 18:45:21 -07:00
scenes buckets: working end to end example of buckets locally, but with image quality loss 2020-07-19 23:06:36 -07:00
scripts postgres: user accounts, migration scripts, api route rewrite, stopping point 2020-07-17 03:24:20 -07:00
vendor buckets: working end to end example of buckets locally, but with image quality loss 2020-07-19 23:06:36 -07:00
.babelrc Webpack for node server 2020-07-08 18:53:46 -05:00
.gitignore Formatting update 2020-07-08 22:19:08 -05:00
index.js Formatting update 2020-07-08 22:19:08 -05:00
knexfile.js postgres: user accounts, migration scripts, api route rewrite, stopping point 2020-07-17 03:24:20 -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 Merge branch 'main' into @martinalong/storage-deal-component 2020-07-19 21:26:08 -07:00
README.md readme: updates 2020-07-19 19:27:37 -07:00
rollup.config.js GLRenderer: temporarily disables it from slate-react-system, cuts a new release 0.0.3 2020-07-07 01:35:08 -07:00
server.js server: removes dead route 2020-07-17 09:47:47 -07:00

Slate (WIP)

  • (WIP) A wonderful experience for creating mood boards, hosting assets, and making connections between topics you are researching
  • (WIP) With a Developer API and API Keys, a replacement for Amazon S3.
  • (WIP) Aims to have every feature the Filecoin Network supports.
  • (WIP) Great for storing images and sharing high resolution photos with friends.
  • Design system -> Release repository.

Current prototype (June 15th, 2020)

screenshot

Developer Introduction

Working on Slate requires an internet connection because we are using a hosted Powergate and a hosted Postgres. That means there is no offline mode in the short term.

.env

  • We use a dotenv file to manage sensitive values and secrets.
  • You must create this file to work on the application.
  • You don't need to create a .env file if you're only working on the design system.
  • There will be no local data in the short term.
POSTGRES_ADMIN_PASSWORD=XXX
POSTGRES_ADMIN_USERNAME=XXX
POSTGRES_HOSTNAME=XXX
POSTGRES_DATABASE=XXX
JWT_SECRET=XXX
LOCAL_PASSWORD_SECRET=XXX
TEXTILE_HUB_KEY=XXX
TEXTILE_HUB_SECRET=XXX

Install and run

Run these commands to start the client locally.

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

# Run using existing .data folder
npm run dev

screenshot

  • Visit localhost:1337 in your browser.

BROKEN: Run electron (MacOS)

@jimmylee recently broke the current version of the client.

While you have npm run dev running, in another terminal screen run:

rm -rf .next
npm run build-electron
npm run electron-pack

And then open Slate.app in dist/mac/slate.app.

Get involved.

Do you want to...

  • Help us build a design system for internal use?
  • Help us build out this example so every partner in the ecosystem can have example code to work with?

Then...

  • If you see things you want to work on, file an issue!
  • If you see something you want to fix, submit a PR!
  • I'm always available on Twitter to answer your questions: @wwwjim.
  • For any build questions feel free to reach out to Colin: cs.mccaleb@gmail.com