st-dashboard
A clean and tidy Strapi project created by SharpeTronics to copy and build from.
- You must create your own keys in the .env and the keys for the website builder plugin
- yarn install
- yarn build
- yarn develop
Note: by default this uses sqlite as the database, but this can be easily changed.
Note: To generate your own keys with openssl via CLI
openssl rand -base64 32 | openssl enc -A -base64
Description
Languages
JavaScript
99.4%
HTML
0.6%