WIP - We're building the place you go to discover, share, and sell files on the web.
Go to file
2020-07-23 01:57:44 -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 reset password: loading states for edit account and sign in, adds reset password, adds validations to protect against light malice 2020-07-23 01:57:44 -07:00
components reset password: loading states for edit account and sign in, adds reset password, adds validations to protect against light malice 2020-07-23 01:57:44 -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 reset password: loading states for edit account and sign in, adds reset password, adds validations to protect against light malice 2020-07-23 01:57:44 -07:00
pages reset password: loading states for edit account and sign in, adds reset password, adds validations to protect against light malice 2020-07-23 01:57:44 -07:00
public/static 0.0.6 - hosted 2020-07-22 18:25:19 -07:00
scenes reset password: loading states for edit account and sign in, adds reset password, adds validations to protect against light malice 2020-07-23 01:57:44 -07:00
scripts deploys: another attempt to catch production postgres issue by not using custom NODE_ENV for next 2020-07-22 17:07:54 -07:00
vendor feat: add copy functionality 2020-07-21 18:31:50 +00: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 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 0.0.6 - hosted 2020-07-22 18:25:19 -07:00
README.md Update README.md 2020-07-22 22:00:38 -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 0.0.6 - hosted 2020-07-22 18:25:19 -07:00

Slate

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 (July 22nd, 2020)

screenshot

Current prototype (June 15th, 2020)

screenshot

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
TEXTILE_HUB_KEY=XXX
TEXTILE_HUB_SECRET=XXX

Install and run

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 a browser.

BROKEN: Run electron (MacOS)

@jimmylee broke the current version of the client.

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

Open Slate.app in dist/mac/slate.app.

Get involved.

Do you want to...

  • Help us build a design system for everyone to use?
  • Help us build examples?
  • Get mentorship and help with learning how to do front-end code?

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