Welcome to Bedrock.
Bedrock is a powerful tool that lets you prototype complex web applications and document design systems.
For the full documentation, please check out the Bedrock website.
- First, make sure you have Node 8.3 or later installed. You can find the latest version of Node at Nodejs.org.
- Install the project's dependencies:
npm install
- Run
npm startto start your project.
npm start: runs the prototypenpm run build: create a build (which ends up in thedistfolder) that can be deployed to a server
See the README at https://github.com/mono-company/bedrock-cli .
- If you want to use icon fonts you need more dependencies than just node. Icon font generation is optional. Set
icons.generateIconFonttotrueinbedrock.config.jsto activate icon fonts. - In order for the icon font generation to work, install the required gems using
bundle install. You will need Bundler for this. We depend on a Ruby gem calledfontcustom. Bundler will install the required dependencies.- You will also need to install fontforge using brew. For download instructions see the fontcustom repo.
Windows usage is not supported at the moment.
We have used Bedrock on Windows successfully though. If you encounter any Windows related bugs, please log them under issues.
Bedrock is MIT licensed.
Bedrock was made by the team at Mono. Bedrock was initially written by Thomas Tuts.