Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 463 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 463 Bytes

Nustra

Nustra is a skeleton for a web application using Nuxt.js and Strapi.

Getting Started

Clone the repository

git clone https://github.com/dodaydream/nustra

Copy and change the environment variables

You need to specify the secret keys of the Strapi Application

cp .env.example .env.development

Install the dependencies and start the development server

yarn install
yarn develop