wordle for founders: guess the startup whose pitch deck the slide is from
to have access to other services when building and testing, you'll need to join the railway project
- run
npm i -g @railway/cli
to install railway cli - make you're added to the railway project
- run
railway login
to authenticate - run
railway link
to pull up a list of projects, link to thefoundle
project
- make sure you're set up with railway cli
- run
yarn
to install dependencies - run
railway run yarn dev
to compile and launch in dev mode - open http://localhost:3000 to access app in dev
- make sure you're set up with railway cli
- run
yarn
to install dependencies - run
railway run yarn test
to run jest tests - run
railway run yarn test:coverage
to see code coverage - make sure tests are passing before a pull request as there's a github action that runs tests on PRs
The following tech was used to build the app, please check out the docs:
- React (https://reactjs.org/docs/getting-started.html)
- Next.js (https://nextjs.org/docs)
- Tailwind (https://tailwindcss.com/docs/installation)
- DaisyUI (https://daisyui.com/)
- Jest (https://jestjs.io/)
- Railway (https://railway.app/)