diff --git a/README.md b/README.md index 2f6d00b..3f38291 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ -# c-hive.dev +# dotdev -A Next.js SPA website to showcase ourselves: https://c-hive.github.io/c-hive.dev/ +A Next.js SPA professional website template: https://c-hive.github.io/dotdev/ ## Local development ```bash npm install +npm run lint npm run dev ```