Welcome to the OpenLaw website repository. This site is built using Gatsby.
To develop on the app, run the steps below to get started. You will need to run with Node version 10 or below.
git clone https://github.com/openlawteam/openlaw-website.git
cd openlaw-website
npm install
npm run develop
Once the setup is complete you can navigate to localhost:8000 (or whatever host and/or port you've selected).
Copyright 2021 Aaron Wright, David Roon, and ConsenSys AG.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.