To try out this project, clone this repository to you local system using:
$ git clone https://github.com/avandajs/avanda-starter
then install required dependencies using npm or yarn:
$ npm install //or yarn install
To test if everything is working, you can run the bundled avanda command line interface, it should print available commands
$ npm run avanda //or yarn avanda
Create a database and update the details in the .env file in the project root
Run the command below to start development server:
$ npm run dev //or yarn dev