Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 460 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (25 loc) · 460 Bytes

Code Base Setup

Clone the Github Repostiory

git clone https://github.com/Harry-Hopkinson/create-astro-app
cd create-astro-app
git clone https://github.com/Harry-Hopkinson/templates.git

Install the Dependencies

Yarn

yarn

NPM

npm install

Build and Run the Application

Yarn

yarn build && yarn start

NPM

npm run build && npm run start