The unnamed team web-page built on Next.js. Contains our home page, the emojis web editor, and the documentation page for all our projects
Check it out here
# Clone the repository
git clone https://github.com/unnamed/unnamed.team
cd unnamed.team
# Install dependencies
yarn
# Start development server
yarn dev