🛠 work in progress 🛠
This is a repo containing the front-end of a small website for a local filmmaking club in Stavanger, Norway.
The latest build is running live at https://stavanger-filmmakers.vercel.app
- The framework is Next.js
- The language is TypeScript
- The CMS is Sanity
- Clone the repository to your machine
git clone https://github.com/luk-str/stavanger-filmmakers.git
- Navigate to the newly-created project folder
cd stavanger-filmmakers
- Install dependencies
npm install
# or
yarn add
- Start the development server
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result. The website will update live as you make changes to the files.
If you want to contribute, you can either look through the current issues and find one you'd like to work on or just add your own. I'm very happy to take suggestions! ❤️