Site and blog of tricksters team.
-
Clone repo
git clone https://github.com/trickstersio/tricksters.io.git && cd tricksters.io
-
Install dependencies
yarn install --production
-
Start local copy in
production
modeyarn start
Application uses port 3000 by default. To use another port, you can run
yarn start -- -p <your port here>
.Now application is ready on
http://localhost:3000
.
-
Install all dependencies with
yarn install
. -
Run dev server with
yarn dev
oryarn dev -- -p <your port here>
.Now application is ready on
http://localhost:3000
.
docker build -t trickstersio/trickstersio .
docker run -d --rm --publish 7777:3000 --name trickstersio trickstersio/trickstersio
This project provides components browser powered by Storybook.
-
Install all dependencies with
yarn install
. -
Run Storybook server with
yarn storybook
.Storybook server should be available on
http://localhost:6006/
.