Software Development Resources
Curated by Sunny Singh
Resrc is a resources site powered by Airtable. Data is sourced via the web clipper and imported via a Gastby plugin. This allows for a seamless curating experience.
Resrc is built with Gastby, Chakra UI, React Query.
Make sure you have NVM installed.
- Use Node.js version:
nvm use
- Install dependencies:
npm install
- Copy env:
cp example.env .env
(set API keys in.env
) - Launch server:
npm start
Some functionality such as serverless functions require a Netlify environment. You can set it up by doing:
- Log in
npm run netlify:login
- Launch server:
npm run netlify:dev