A learning resources directory application.
- Node v16.19.1
- Nextjs v13
- Typescript v5
- Tailwind CSS v3
- Sanity
- Install and activate node version with NVM.
nvm install
nvm use
- Install dependencies
npm install
- Copy sample .env and configure parameters
cp .env.sample .env
This application uses Sanity as Headless CMS.
https://github.com/rod86/learninghub-sanity-studio
- Start app in dev mode:
npm run dev - Build app from source:
npm run build - Lint and fix:
npm run lint