diff --git a/README.md b/README.md index aee3aea..6fbfdb6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Liftoff is a nifty tool that lets you create a static website from an Airtable t This README goes pretty in depth with how to set up this project on your computer. Here are the basics in case you want to jump right in. You'll likely want to skim through other parts of this document as you go, but this will get you started! 1. Create an [Airtable](https://www.airtable.com) base if you haven't already -2. Clone this repo: `git clone git@github.com:postlight/airtable-as-cms.git` +2. Clone this repo: `git clone git@github.com:postlight/liftoff.git` 3. Run `yarn install` to install dependencies 4. Run `yarn setup` for a walkthrough on setting environment variables 5. Run `yarn run start:dev` to start up the webpack dev server diff --git a/setup.js b/setup.js index caff2f0..fe8cbf9 100644 --- a/setup.js +++ b/setup.js @@ -166,7 +166,7 @@ const runPrompts = () => { "If you want to change any of your responses, you can either run `yarn setup` again\nor edit them directly in the .env file.\n" ); console.log( - "To get started developing, open your terminal window and run:\n\n yarn start:dev\n\nYou're probably going to want to start styling your web site. Here's how:\n\n https://github.com/postlight/airtable-as-cms/#styling\n" + "To get started developing, open your terminal window and run:\n\n yarn start:dev\n\nYou're probably going to want to start styling your web site. Here's how:\n\n https://github.com/postlight/liftoff/#styling\n" ); console.log( "When you're ready to build your site, simply run:\n\n yarn build\n"