List of cool companies. Mostly a little pet project to try out Svelte. The data is currently coming from a private Contentful instance.
-
Create an
.env
file in the root directory by copying the.env.example
file and filling out the variables. -
Install dependencies via npm and run the local development server:
npm install npm run dev
- Use the Svelte VS Code extension
- Use Prettier for formatting