👨💻 This is a work in progress
The goal of the project is to make a simple web app that allows users to play music from selected open collections of Internet Archive.
It's built in NextJS and written in TypeScript. Both of these are new to me and my intention is to explore and learn new technologies while making something fun.
Feel free to follow along, contribute, correct my bad coding style or just grab it and make it your own 🖖
🔗 The current build of the main branch is always running live at https://archive-radio.vercel.app
- Clone the repository to your machine
git clone https://github.com/luk-str/Archive-Radio.git
- Navigate to the newly-created project folder
cd Archive-Radio
- 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! ❤️
Please create a separate branch for your work and add a pull request to the develop branch once you're done.