WIP - We're building the place you go to discover, share, and sell files on the web.
Go to file
2020-07-08 18:53:46 -05: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 constants: zindex adjustment 2020-07-05 12:43:37 -07:00
components Merge branch 'main' into @martinalong/new-documentation-pages 2020-07-07 23:49:51 -07:00
dist GLRenderer: temporarily disables it from slate-react-system, cuts a new release 0.0.3 2020-07-07 01:35:08 -07:00
distribution Webpack for node server 2020-07-08 18:53:46 -05:00
electron Webpack for node server 2020-07-08 18:53:46 -05:00
node_common Webpack for node server 2020-07-08 18:53:46 -05:00
pages Merge branch 'main' into @martinalong/new-documentation-pages 2020-07-07 23:49:51 -07:00
public/static readme: removes logo and brand portion, adds a description for Slate 2020-06-30 17:29:29 -07:00
scenes settings: adjustments to fluid containers 2020-07-06 23:12:56 -07:00
scripts cleanup: formatting pass 2020-06-18 20:57:57 -07:00
vendor initial commit for the application prototype 2020-06-03 09:20:54 -07:00
.babelrc Webpack for node server 2020-07-08 18:53:46 -05:00
.gitignore Webpack for node server 2020-07-08 18:53:46 -05:00
index.js cleanup: formatting pass 2020-06-18 20:57:57 -07:00
nodemon.json initial commit for the application prototype 2020-06-03 09:20:54 -07:00
package.json Webpack for node server 2020-07-08 18:53:46 -05:00
README.md fix: change README.md to indicate that the user can add '--reset-data' to clear all local files and settings 2020-07-07 00:52:35 +00: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 Webpack for node server 2020-07-08 18:53:46 -05:00
webpack.node.config.js Webpack for node server 2020-07-08 18:53:46 -05:00

Slate (WIP)

  • (WIP) Cross platform OSS.
  • (WIP) Amazon S3 replacement.
  • (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

Run locally (MacOS)

  • DevNet and Powergate are not required if you just want to work on the design system.

Satisfy dependency requirements

  • Make sure you have homebrew.
  • Make sure you run xcode-select -p, if the command does not return a response, run xcode-select --install.
  • Make sure you run brew install node.
  • Make sure you run brew install go.

Setup Docker

Setup Lotus DevNet and Powergate

  • Clone the Lotus DevNet repository.
  • Run docker run --name texdevnet -e TEXLOTUSDEVNESPEED=1500 -p 1234:7777 textile/lotus-devnet.
  • Clone Powergate.
  • Follow the instructions and run the commands in the README.md file:
cd docker
make localnet

Install and run

Run these commands to start the client locally.

  • Note — There might be a small delay between Powergate and Lotus.
git clone git@github.com:filecoin-project/slate.git
cd slate
npm install
npm run dev

Example of what to expect

screenshot

  • Visit localhost:1337 in the browser.
  • If you see the design system page instead, that means a token was not properly generated in the .data folder. Run npm run dev again.
  • Note — If you want to clear all your local files, run npm run dev --reset-data.
  • Note — There will be new commands in the future for different contexts, like electron.

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