A shortlist of Emily & Ashur's favorite spots in beautiful, sunny Portland, Oregon.
Get started in Nova with just a few clicks!
✨ Clone in Nova ✨
- Run the Install task to install dependencies
- Run the Build & Serve task to start serving the site locally
- Open a terminal (or Git client)
- Clone this repo →
git clone https://github.com/ashur/pdx.git
cd
into the resulting directory- Run
npm install
to install project dependencies - After installation has finished, run
npm start
to start serving the site locally
- In Nova, switch to the Build & Serve task and click Run
▶️ - In a terminal, run the following command:
npm run start
- In Nova, switch to the Build & Serve task and click Build 🔨
- In a terminal, run the following command:
npm run build
Adapted from css-tricks/conferences