To get started, just clone the repository and run npm install && npm run dev:
git clone git@github.com:FaktoryUtah/primary-childrens-stories.git
npm install
npm run dev
Note: If you are running on Windows run install --noptional flag (i.e. npm install --no-optional) which will skip installing fsevents.
If you wanted to run this site in production, you should install modules then build the site with npm run build and run it with npm start:
npm install
npm run build
npm start
- Design: Faktory, Inc.
- Development: Michael Bonner
