/resrc.dev

📚 Software Development Resources

Primary LanguageJavaScript

Resrc

Software Development Resources

Curated by Sunny Singh


📖 How it works

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.

🚀 Development

Resrc is built with Gastby, Chakra UI, React Query.

Make sure you have NVM installed.

  1. Use Node.js version: nvm use
  2. Install dependencies: npm install
  3. Copy env: cp example.env .env (set API keys in .env)
  4. Launch server: npm start

Some functionality such as serverless functions require a Netlify environment. You can set it up by doing:

  1. Log in npm run netlify:login
  2. Launch server: npm run netlify:dev