Capture snippets of code inspiration while on the go. It works offline too! (After your first visit.)
https://code-inspiration.surge.sh
https://code-inspiration-svelte.surge.sh (built with Svelte and its Sapper framework)
and https://code-inspiration-react.surge.sh (built with React and create-react-app)
You can run PageSpeed tests: for the Svelte version and for the React version
Run locally (note: commands use yarn instead of npm)
Just once:
git clone https://github.com/hchiam/code-inspiration.git
cd code-inspiration
yarnand then:
yarn devyarn testyarn buildnpx sapper exportyarn surge⬆️ That will run npx sapper export; surge __sapper__/export https://code-inspiration.surge.sh; open https://code-inspiration.surge.sh