Official website of Nyala Motors S.C.
yarn install
- Install PostgreSQL v10.0+
- Create a new database in Postgres
- Configure your environment (using a
.env
file at the root) with values for the database connection (where using a singleDATABASE_URL
value is sufficient), and Cloudinary file storage setup variables.
To start both strapi and www in parallel:
yarn start
Or, in separate terminals:
yarn strapi
# and
yarn www
Enjoy!
© 2020 Kelal Tech PLC. All rights reserved.