- This application is designed to help AWS r/Start students to keep track of their AWS r/Start Labs.
Sign In with Google
Light Theme Option
Dark Theme Option
- Clone the project
git clone https://github.com/muriukialex/aws-rstart-labs.git
- Install dependencies
npm install
- Update your
.env.local
file with your enviroment variables which also includes a MONGODB_URI
cp .env.example .env.local
NB: Ensure you update your environent variables before starting the server
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
If you are using Docker:
Ensure you have make installed make --version
- Build and run the Docker container
make start-app
- Tear down the Docker container
make tear-app
- See CONTRIBUTING.md instructions on how to contribute.