Skip to content

Commit

Permalink
chore: change repo refs in readme + setup
Browse files Browse the repository at this point in the history
  • Loading branch information
fdsimms committed Mar 1, 2019
1 parent cab0673 commit a10d0f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.js
Expand Up @@ -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"
Expand Down

0 comments on commit a10d0f8

Please sign in to comment.